Spaces:
Running
Running
abrar-adnan
commited on
Commit
•
c2343d1
1
Parent(s):
378962d
Upload app.py
Browse files
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="
|
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()
|