Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|