imperiusrex commited on
Commit
40b38be
·
verified ·
1 Parent(s): d78bcd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def process_video(video_path):
80
  demo = gr.Interface(
81
  fn=process_video,
82
  inputs=[gr.File(label="Upload Classroom Video (.mp4)", file_types=['.mp4'], file_count="single", type="filepath")],
83
- outputs=[gr.Image(label="Sharpened Final Board"),
84
  title="Obstruction remover",
85
  description="Remove the obstructions while retaining the exact text on the board!"
86
  )
 
80
  demo = gr.Interface(
81
  fn=process_video,
82
  inputs=[gr.File(label="Upload Classroom Video (.mp4)", file_types=['.mp4'], file_count="single", type="filepath")],
83
+ outputs=[gr.Image(label="Sharpened Final Board")],
84
  title="Obstruction remover",
85
  description="Remove the obstructions while retaining the exact text on the board!"
86
  )