abrar-adnan commited on
Commit
c2343d1
1 Parent(s): 378962d

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ def video_processing(video_file, encoded_video):
213
 
214
  demo = gr.Interface(fn=video_processing,
215
  inputs=["video", "text"],
216
- outputs="text")
217
 
218
  if __name__ == "__main__":
219
  demo.launch()
 
213
 
214
  demo = gr.Interface(fn=video_processing,
215
  inputs=["video", "text"],
216
+ outputs="json")
217
 
218
  if __name__ == "__main__":
219
  demo.launch()