Spaces:
Running
on
Zero
Running
on
Zero
update ui
Browse files
app.py
CHANGED
@@ -3087,7 +3087,7 @@ with demo:
|
|
3087 |
buttons[-1].click(fn=lambda x: gr.update(visible=False), outputs=buttons[-1])
|
3088 |
|
3089 |
with gr.Tab('Application'):
|
3090 |
-
gr.Markdown("Draw some points on the image to find corrsponding segments in other images. E.g. click on one face to segment all the face. [Video Tutorial
|
3091 |
with gr.Row():
|
3092 |
with gr.Column(scale=5, min_width=200):
|
3093 |
gr.Markdown("### Step 0: Load Images")
|
|
|
3087 |
buttons[-1].click(fn=lambda x: gr.update(visible=False), outputs=buttons[-1])
|
3088 |
|
3089 |
with gr.Tab('Application'):
|
3090 |
+
gr.Markdown("Draw some points on the image to find corrsponding segments in other images. E.g. click on one face to segment all the face. [Video Tutorial](https://ncut-pytorch.readthedocs.io/en/latest/gallery_application/)")
|
3091 |
with gr.Row():
|
3092 |
with gr.Column(scale=5, min_width=200):
|
3093 |
gr.Markdown("### Step 0: Load Images")
|