mcikalmerdeka commited on
Commit
64c7fc2
·
1 Parent(s): d61bc93

fix: Bind to 0.0.0.0 for HuggingFace Spaces compatibility

Browse files
Files changed (1) hide show
  1. config/settings.py +1 -1
config/settings.py CHANGED
@@ -22,7 +22,7 @@ class Settings:
22
 
23
  # UI Settings
24
  GRADIO_SHARE = False
25
- GRADIO_SERVER_NAME = "127.0.0.1"
26
  GRADIO_SERVER_PORT = 7860
27
 
28
  # System Prompt
 
22
 
23
  # UI Settings
24
  GRADIO_SHARE = False
25
+ GRADIO_SERVER_NAME = "0.0.0.0"
26
  GRADIO_SERVER_PORT = 7860
27
 
28
  # System Prompt