Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ iface = gr.Interface(
|
|
| 102 |
fn=sequence_prediction,
|
| 103 |
inputs=gr.Video(label="Upload a video file"),
|
| 104 |
outputs="text",
|
| 105 |
-
examples=example_list,
|
| 106 |
)
|
| 107 |
|
| 108 |
# Launch the Gradio app
|
|
|
|
| 102 |
fn=sequence_prediction,
|
| 103 |
inputs=gr.Video(label="Upload a video file"),
|
| 104 |
outputs="text",
|
| 105 |
+
#examples=example_list,
|
| 106 |
)
|
| 107 |
|
| 108 |
# Launch the Gradio app
|