SamDaLamb commited on
Commit
4d071df
·
verified ·
1 Parent(s): b1b0c59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def detect_objects_in_video(video_input):
198
 
199
 
200
 
201
- demo = gr.Interface(fn=greet, inputs="text", outputs="text")
202
 
203
  from urllib.request import urlretrieve
204
 
 
198
 
199
 
200
 
201
+ # demo = gr.Interface(fn=greet, inputs="text", outputs="text")
202
 
203
  from urllib.request import urlretrieve
204