EmaadKhwaja
commited on
Commit
•
e38e937
1
Parent(s):
967b26e
information about default image
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks() as demo:
|
|
82 |
)
|
83 |
with gr.Row():
|
84 |
gr.Markdown(
|
85 |
-
"Uploading a nucleus image is necessary. A random crop of 256 x 256 will be applied if larger."
|
86 |
)
|
87 |
gr.Markdown("The protein image is optional and is just used for display.")
|
88 |
|
|
|
82 |
)
|
83 |
with gr.Row():
|
84 |
gr.Markdown(
|
85 |
+
"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)"
|
86 |
)
|
87 |
gr.Markdown("The protein image is optional and is just used for display.")
|
88 |
|