Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
VTechAI
/
Chat
like
0
Runtime error
App
Files
Files
Community
8a41f4d
Chat
/
wsgi.py
VTechAI
init
8a41f4d
9 months ago
raw
Copy download link
history
blame
Safe
95 Bytes
from
application.app
import
app
if
__name__ ==
"__main__"
:
app.run(debug=
True
, port=
7091
)