merve HF staff commited on
Commit
8dfbacd
1 Parent(s): c90eaa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 model",
110
- description="Keras Working Group",
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)