umangchaudhry commited on
Commit
1afb8ef
·
verified ·
1 Parent(s): 862f3f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ if __name__ == "__main__":
120
  print(f"⚠️ Warning: {e}")
121
 
122
  demo.launch(
123
- server_name="127.0.0.1",
124
  server_port=7860,
125
  share=False,
126
  show_error=True
 
120
  print(f"⚠️ Warning: {e}")
121
 
122
  demo.launch(
123
+ server_name="0.0.0.0", # Bind to all interfaces for Hugging Face deployment
124
  server_port=7860,
125
  share=False,
126
  show_error=True