fnaval commited on
Commit
d2c4479
·
verified ·
1 Parent(s): f447738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -60,4 +60,9 @@ iface = gr.Interface(
60
 
61
  # Launch the interface
62
  #iface.launch(share=True)
63
- iface.launch()
 
 
 
 
 
 
60
 
61
  # Launch the interface
62
  #iface.launch(share=True)
63
+ #iface.launch()
64
+
65
+ if __name__ == "__main__":
66
+ print("Launching Gradio Demo...")
67
+ iface.queue()
68
+ iface.launch()