Arpit24052003 commited on
Commit
9306222
·
verified ·
1 Parent(s): 0647644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -66,3 +66,5 @@ demo = gr.Interface(
66
  )
67
 
68
 
 
 
 
66
  )
67
 
68
 
69
+ if __name__ == "__main__":
70
+ demo.launch()