Update app.py
Browse files
app.py
CHANGED
|
@@ -90,10 +90,10 @@ base_class = model()
|
|
| 90 |
with gr.Blocks(theme='gradio/soft') as demo:
|
| 91 |
gr.Markdown("Select the prediction model. **Note the first run may take ~1-2 minutes, but will take 2-3 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 |
)
|
| 95 |
gr.Markdown(
|
| 96 |
-
"CELL-E_2_HPA_Finetuned_480 is finetuned on OpenCell and is good more live-cell predictions on HEK cells."
|
| 97 |
)
|
| 98 |
with gr.Row():
|
| 99 |
model_name = gr.Dropdown(
|
|
|
|
| 90 |
with gr.Blocks(theme='gradio/soft') as demo:
|
| 91 |
gr.Markdown("Select the prediction model. **Note the first run may take ~1-2 minutes, but will take 2-3 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 |
)
|
| 95 |
gr.Markdown(
|
| 96 |
+
"```CELL-E_2_HPA_Finetuned_480``` is finetuned on OpenCell and is good more live-cell predictions on HEK cells."
|
| 97 |
)
|
| 98 |
with gr.Row():
|
| 99 |
model_name = gr.Dropdown(
|