mitraarka27 commited on
Commit
62cebeb
·
1 Parent(s): 5ee3b23

🔧 Fix: change server_name to 0.0.0.0 for Hugging Face

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,4 +203,4 @@ with gr.Blocks(theme="default") as app:
203
  )
204
 
205
  if __name__ == "__main__":
206
- app.launch(server_name="127.0.0.1", server_port=7860, share=True)
 
203
  )
204
 
205
  if __name__ == "__main__":
206
+ app.launch(server_name="0.0.0.0", server_port=7860)