tonyassi commited on
Commit
03331fb
·
verified ·
1 Parent(s): 2222c48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,7 +18,8 @@ demo = gr.Interface(fn=detect,
18
  [![Model](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/tonyassi/foot-detection)
19
 
20
  [![Github](https://img.shields.io/badge/Github-Repo-blue)](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
  [![Model](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow)](https://huggingface.co/tonyassi/foot-detection)
19
 
20
  [![Github](https://img.shields.io/badge/Github-Repo-blue)](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,