786avinash commited on
Commit
d42b7a5
·
verified ·
1 Parent(s): adb9d58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,4 +141,4 @@ interface = gr.Interface(
141
  )
142
 
143
  # ✅ Launch Gradio App
144
- interface.launch()
 
141
  )
142
 
143
  # ✅ Launch Gradio App
144
+ interface.launch(server_name="0.0.0.0", server_port=7860, show_api=True, allow_origin=True)