TAneKAnz commited on
Commit
6b0401b
·
verified ·
1 Parent(s): 44a5bc2

history_func

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", # Enable flag button
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(