Spaces:
Running
on
A10G
Running
on
A10G
Upload folder using huggingface_hub
Browse files- app.py +1 -1
- examples/new_york.jpg +0 -0
app.py
CHANGED
@@ -207,7 +207,7 @@ def gradio_worker(
|
|
207 |
img_path = gr.Image(label='Image Input', type='filepath')
|
208 |
gr.Examples(
|
209 |
examples=[
|
210 |
-
"examples/
|
211 |
"examples/food_menu.png",
|
212 |
],
|
213 |
inputs=[img_path],
|
|
|
207 |
img_path = gr.Image(label='Image Input', type='filepath')
|
208 |
gr.Examples(
|
209 |
examples=[
|
210 |
+
"examples/new_york.jpg",
|
211 |
"examples/food_menu.png",
|
212 |
],
|
213 |
inputs=[img_path],
|
examples/new_york.jpg
ADDED