Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -206,10 +206,10 @@ def gradio_worker(
|
|
206 |
img_path = gr.Image(label='Image Input', type='filepath')
|
207 |
gr.Examples(
|
208 |
examples=[
|
209 |
-
|
210 |
-
|
211 |
],
|
212 |
-
inputs=[img_path
|
213 |
)
|
214 |
with gr.Tab('Video') as video_tab:
|
215 |
video_path = gr.Video(label='Video Input')
|
|
|
206 |
img_path = gr.Image(label='Image Input', type='filepath')
|
207 |
gr.Examples(
|
208 |
examples=[
|
209 |
+
"examples/animal.png",
|
210 |
+
"examples/food_menu.png",
|
211 |
],
|
212 |
+
inputs=[img_path],
|
213 |
)
|
214 |
with gr.Tab('Video') as video_tab:
|
215 |
video_path = gr.Video(label='Video Input')
|