Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,8 +106,8 @@ app = gr.Interface(
|
|
| 106 |
sequence_prediction,
|
| 107 |
inputs=[gr.inputs.Video(label="Video", type="mp4")],
|
| 108 |
outputs=[gr.outputs.Label(label="Prediction", type="confidences")],
|
| 109 |
-
title="Keras Video Classification CNN-RNN
|
| 110 |
-
description="
|
| 111 |
article=article,
|
| 112 |
examples=samples
|
| 113 |
).launch(enable_queue=True)
|
|
|
|
| 106 |
sequence_prediction,
|
| 107 |
inputs=[gr.inputs.Video(label="Video", type="mp4")],
|
| 108 |
outputs=[gr.outputs.Label(label="Prediction", type="confidences")],
|
| 109 |
+
title="Keras Video Classification with CNN-RNN",
|
| 110 |
+
description="Video classification demo using CNN-RNN based model.",
|
| 111 |
article=article,
|
| 112 |
examples=samples
|
| 113 |
).launch(enable_queue=True)
|