Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,8 @@ demo = gr.Interface(fn=detect,
|
|
18 |
[](https://huggingface.co/tonyassi/foot-detection)
|
19 |
|
20 |
[](https://github.com/TonyAssi/foot-detection)
|
21 |
-
|
|
|
22 |
inputs=[gr.Image(label='Input', type='pil'), gr.Slider(label='Threshold', minimum=0.0, maximum=1.0, value=0.3)],
|
23 |
outputs=gr.Image(label='Result', type='pil'),
|
24 |
cache_examples=True,
|
|
|
18 |
[](https://huggingface.co/tonyassi/foot-detection)
|
19 |
|
20 |
[](https://github.com/TonyAssi/foot-detection)
|
21 |
+
|
22 |
+
hello?""",
|
23 |
inputs=[gr.Image(label='Input', type='pil'), gr.Slider(label='Threshold', minimum=0.0, maximum=1.0, value=0.3)],
|
24 |
outputs=gr.Image(label='Result', type='pil'),
|
25 |
cache_examples=True,
|