Spaces:
Runtime error
Runtime error
history_func
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ demo = gr.Interface(
|
|
37 |
title="Video Upload and Display",
|
38 |
inputs=gr.Video(label="Upload Video", height=500, width=500),
|
39 |
outputs=gr.Video(label="Grayscale Video", height=500, width=500),
|
40 |
-
allow_flagging="manual",
|
41 |
)
|
42 |
|
43 |
history_demo = gr.Interface(
|
|
|
37 |
title="Video Upload and Display",
|
38 |
inputs=gr.Video(label="Upload Video", height=500, width=500),
|
39 |
outputs=gr.Video(label="Grayscale Video", height=500, width=500),
|
40 |
+
allow_flagging="manual",
|
41 |
)
|
42 |
|
43 |
history_demo = gr.Interface(
|