jays009 commited on
Commit
07661e1
·
verified ·
1 Parent(s): 99ce1e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,4 +62,4 @@ iface = gr.Interface(
62
  )
63
 
64
  # Launch the Gradio interface
65
- iface.launch(server_name="0.0.0.0", server_port=7860)
 
62
  )
63
 
64
  # Launch the Gradio interface
65
+ iface.launch(api=True)