786avinash commited on
Commit
ec75a32
·
verified ·
1 Parent(s): cd276c4

Update app.py

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