Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
teven
/
perplexity_viewer
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
teven
commited on
Dec 14, 2022
Commit
47f5af7
·
1 Parent(s):
fe53b47
proper host
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ def open_url(hoverData):
52
53
54
if __name__ == '__main__':
55
-
app.run_server(port=7860, debug=True, )
52
53
54
if __name__ == '__main__':
55
+
app.run_server(port=7860,
host="0.0.0.0",
debug=True, )