Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Dooratre/info
Dooratre
/
AI_BTC
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Dooratre
commited on
Jul 8, 2024
Commit
db9d1bb
·
verified
·
1 Parent(s):
496ffb7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,4 +39,4 @@ def main():
39
handle_message(update['message'])
40
41
if __name__ == '__main__':
42
-
app.run
(
host='0.0.0.0',port=7860
)
39
handle_message(update['message'])
40
41
if __name__ == '__main__':
42
+
main
()