Donlapark commited on
Commit
99c08fb
·
verified ·
1 Parent(s): fd55f1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,4 +24,5 @@ iface = gr.Interface(
24
  )
25
 
26
  # Launch the app
27
- iface.launch()
 
 
24
  )
25
 
26
  # Launch the app
27
+ if __name__ == "__main__":
28
+ iface.launch()