jays009 commited on
Commit
b460742
·
verified ·
1 Parent(s): 0253941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,4 +60,5 @@ iface = gr.Interface(
60
  )
61
 
62
  # Expose Gradio interface as API endpoint
63
- iface.launch(share=False, server_name="0.0.0.0", server_port=7860)
 
 
60
  )
61
 
62
  # Expose Gradio interface as API endpoint
63
+ iface.launch(server_name="0.0.0.0", server_port=7860, share=False, enable_queue=True, api=True)
64
+