Harpreet1313 commited on
Commit
aaca918
·
1 Parent(s): 96e27e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,8 +147,8 @@ def process_video(image_path):
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']],
 
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']],