Spaces:
Runtime error
Runtime error
Commit ·
aaca918
1
Parent(s): 96e27e2
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,8 +147,8 @@ def process_video(image_path):
|
|
| 147 |
|
| 148 |
|
| 149 |
app=gr.Interface(
|
| 150 |
-
|
| 151 |
-
fn= fun1,
|
| 152 |
inputs=gr.Image(type='filepath'),
|
| 153 |
outputs=gr.Image(),
|
| 154 |
examples=[["1.jpg"],["2.jpg"],['3.jpg'],['Thumbnail.jpg'],['MCQPaper.jpg']],
|
|
|
|
| 147 |
|
| 148 |
|
| 149 |
app=gr.Interface(
|
| 150 |
+
fn=process_video,
|
| 151 |
+
# fn= fun1,
|
| 152 |
inputs=gr.Image(type='filepath'),
|
| 153 |
outputs=gr.Image(),
|
| 154 |
examples=[["1.jpg"],["2.jpg"],['3.jpg'],['Thumbnail.jpg'],['MCQPaper.jpg']],
|