Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ class model:
|
|
88 |
base_class = model()
|
89 |
|
90 |
with gr.Blocks(theme='gradio/soft') as demo:
|
91 |
-
gr.Markdown("Select the prediction model.")
|
92 |
gr.Markdown(
|
93 |
"CELL-E_2_HPA_480 is a good general purpose model for various cell types using ICC-IF."
|
94 |
)
|
|
|
88 |
base_class = model()
|
89 |
|
90 |
with gr.Blocks(theme='gradio/soft') as demo:
|
91 |
+
gr.Markdown("Select the prediction model. Note the first run may take ~2-3 minutes, but will take 4-5 seconds afterwards.")
|
92 |
gr.Markdown(
|
93 |
"CELL-E_2_HPA_480 is a good general purpose model for various cell types using ICC-IF."
|
94 |
)
|