SoulPerforms commited on
Commit
b749972
1 Parent(s): c9edd9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,4 +105,4 @@ video_iface = gr.Interface(
105
  demo = gr.TabbedInterface([image_iface, video_iface], ["Image Inference", "Video Inference"])
106
 
107
  if __name__ == '__main__':
108
- iface.launch()
 
105
  demo = gr.TabbedInterface([image_iface, video_iface], ["Image Inference", "Video Inference"])
106
 
107
  if __name__ == '__main__':
108
+ demo.launch()