Update app.py
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
|
|
| 157 |
)
|
| 158 |
with gr.Row():
|
| 159 |
gr.Markdown(
|
| 160 |
-
"Uploading a nucleus image is necessary. A random crop of 256 x 256 will be applied if larger. We provide default images in [images](https://huggingface.co/spaces/HuangLab/CELL-E_2/tree/main/images). Draw the desired localization on top of the nucelus image.
|
| 161 |
)
|
| 162 |
|
| 163 |
with gr.Row(equal_height=True):
|
|
|
|
| 157 |
)
|
| 158 |
with gr.Row():
|
| 159 |
gr.Markdown(
|
| 160 |
+
"Uploading a nucleus image is necessary. A random crop of 256 x 256 will be applied if larger. We provide default images in [images](https://huggingface.co/spaces/HuangLab/CELL-E_2/tree/main/images). Draw the desired localization on top of the nucelus image."
|
| 161 |
)
|
| 162 |
|
| 163 |
with gr.Row(equal_height=True):
|