Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ def gradio_demo(model_name, sequence_input, nucleus_image, protein_image):
|
|
| 56 |
)
|
| 57 |
|
| 58 |
|
| 59 |
-
with gr.Blocks() as demo:
|
| 60 |
gr.Markdown("Select the prediction model.")
|
| 61 |
gr.Markdown(
|
| 62 |
"CELL-E_2_HPA_480 is a good general purpose model for various cell types using ICC-IF."
|
|
|
|
| 56 |
)
|
| 57 |
|
| 58 |
|
| 59 |
+
with gr.Blocks(theme='gradio/soft') as demo:
|
| 60 |
gr.Markdown("Select the prediction model.")
|
| 61 |
gr.Markdown(
|
| 62 |
"CELL-E_2_HPA_480 is a good general purpose model for various cell types using ICC-IF."
|