dwb2023 commited on
Commit
5e7a398
1 Parent(s): a4571eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -168,7 +168,10 @@ def handle_model_summary(model_name):
168
  return error_message, ""
169
  return model_summary, ""
170
 
171
- INTRO_TEXT="# 🔬🧠 OmniScience -- Agentic Imaging Analysis 🤖🧫"
 
 
 
172
 
173
  with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
174
  gr.Markdown(INTRO_TEXT)
 
168
  return error_message, ""
169
  return model_summary, ""
170
 
171
+ INTRO_TEXT="""# 🔬🧠 OmniScience -- Agentic Imaging Analysis 🤖🧫
172
+
173
+ - these are the results from the base non-finetuned models
174
+ """
175
 
176
  with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
177
  gr.Markdown(INTRO_TEXT)