Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Th3BossC
/
ChitChat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b104d8
ChitChat
/
app.py
Th3BossC
rewired login functionality
1b104d8
almost 2 years ago
raw
Copy download link
history
blame
211 Bytes
from
ChitChat
import
create_app
app = create_app()
if
__name__ ==
'__main__'
:
app.run(debug =
True
, port =
5000
)
# if __name__ == '__main__':
# app.run(debug = False, host = "0.0.0.0", port = 7860)