Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ with gr.Blocks(theme='gradio/soft') as demo:
|
|
| 158 |
)
|
| 159 |
with gr.Row():
|
| 160 |
gr.Markdown(
|
| 161 |
-
"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."
|
| 162 |
)
|
| 163 |
|
| 164 |
with gr.Row().style(equal_height=True):
|
|
|
|
| 158 |
)
|
| 159 |
with gr.Row():
|
| 160 |
gr.Markdown(
|
| 161 |
+
"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. Due to Gradio limitations, this mask will draw in black."
|
| 162 |
)
|
| 163 |
|
| 164 |
with gr.Row().style(equal_height=True):
|