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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,5 +60,5 @@ iface = gr.Interface(
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
 
 
60
  )
61
 
62
  # Expose Gradio interface as API endpoint
63
+ iface.launch
64