Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dooratre/info
Dooratre
/
AI_BTC
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Dooratre
commited on
Jul 17, 2024
Commit
c3efb51
·
verified
·
1 Parent(s):
48ba178
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ def index():
11
return f"Your location is: {location}"
12
13
if __name__ == '__main__':
14
-
app.run()
11
return f"Your location is: {location}"
12
13
if __name__ == '__main__':
14
+
app.run(
host='0.0.0.0',port= 7860
)