bragour commited on
Commit
52534e6
1 Parent(s): 1cf5648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,4 +30,5 @@ demo = gr.Interface(
30
  )
31
  iface.launch(inline = False)
32
 
33
- if __name__ ==
 
 
30
  )
31
  iface.launch(inline = False)
32
 
33
+ if __name__ == "__main__":
34
+ demo.launch()