Spaces:
Running
Running
Update app.py
Browse files
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)
|