Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bitsabhi
/
phi-coherence
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bitsabhi
commited on
18 days ago
Commit
8188f7d
·
1 Parent(s):
0e9f59a
Fix Gradio server binding for HuggingFace
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -460,4 +460,4 @@ with gr.Blocks(
460
461
462
if __name__ == "__main__":
463
-
demo.launch()
460
461
462
if __name__ == "__main__":
463
+
demo.launch(
server_name="0.0.0.0", server_port=7860
)