Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tom-Dev-space
/
code_graph
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tlarsson
commited on
May 8, 2025
Commit
2206288
·
verified
·
1 Parent(s):
b82e7a7
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -165,4 +165,4 @@ def update_summary(parsed, toggle):
165
)
166
167
if __name__ == "__main__":
168
-
app.run(
debug
=
False
, port=7860)
165
)
166
167
if __name__ == "__main__":
168
+
app.run(
host
=
"0.0.0.0"
, port=7860)