subhc commited on
Commit
7151f8e
1 Parent(s): 0ade859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,6 +149,6 @@ demo = gr.Interface(
149
  outputs=gr.Image(label='Annotated Image', type='numpy'),
150
  examples=[[path.as_posix(), 0.15, 6] for path in paths],
151
  title="Guess What Moves",
152
- description="#### Unsupervised Image segmentation mode of [Guess What Moves](https://www.robots.ox.ac.uk/~vgg/research/gwm/)",
153
  css=css)
154
  demo.queue().launch()
 
149
  outputs=gr.Image(label='Annotated Image', type='numpy'),
150
  examples=[[path.as_posix(), 0.15, 6] for path in paths],
151
  title="Guess What Moves",
152
+ description="#### Unsupervised image segmentation mode of [Guess What Moves](https://www.robots.ox.ac.uk/~vgg/research/gwm/)",
153
  css=css)
154
  demo.queue().launch()