imperiusrex commited on
Commit
d78bcd5
·
verified ·
1 Parent(s): 3af79ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -80,9 +80,9 @@ 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"), gr.Textbox(label="LLaVA Caption")],
84
- title="Board Cleaner + LLaVA Captioning",
85
- description="Clean the board from video and generate a descriptive caption with LLaVA."
86
  )
87
 
88
  if __name__=="__main__":
 
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
  )
87
 
88
  if __name__=="__main__":