Hugging Face
Models
Datasets
Spaces
Community
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 8, 2024
Commit
6ce173b
·
verified
·
1 Parent(s):
bed2642
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,4 +10,4 @@ def main():
10
app.run()
11
12
if __name__ == '__main__':
13
-
main
()
10
app.run()
11
12
if __name__ == '__main__':
13
+
app.run
(
host='0.0.0.0' , port=7860
)