Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ gr.Interface(fn=predict,
|
|
181 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
182 |
#cache_examples = True,
|
183 |
#examples=[["test_samples/image489.png",None,0.55], ["test_samples/image825.png",None,0.55], ["test_samples/image833.png",None,0.55], ["test_samples/image846.png",None,0.55], [None,"test_samples/test_video.mp4",0.55]]
|
184 |
-
examples=[["test_samples/image489.png",
|
185 |
).launch(share=True)
|
186 |
|
187 |
# gr.Interface(fn=video_fn,
|
|
|
181 |
theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
|
182 |
#cache_examples = True,
|
183 |
#examples=[["test_samples/image489.png",None,0.55], ["test_samples/image825.png",None,0.55], ["test_samples/image833.png",None,0.55], ["test_samples/image846.png",None,0.55], [None,"test_samples/test_video.mp4",0.55]]
|
184 |
+
examples=[["test_samples/image489.png","test_samples/test_video.mp4",0.55]],
|
185 |
).launch(share=True)
|
186 |
|
187 |
# gr.Interface(fn=video_fn,
|