mutisya commited on
Commit
df3877a
1 Parent(s): cd99971

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,4 +25,5 @@ demo = gr.Interface(
25
 
26
  demo.dependencies[0]["show_progress"] = False # the ha
27
 
28
- demo.launch()
 
 
25
 
26
  demo.dependencies[0]["show_progress"] = False # the ha
27
 
28
+ if __name__ == "__main__":
29
+ demo.launch()