Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lterriel
/
kami-app
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
92da9af
kami-app
/
wsgi.py
lterriel
new structure
92da9af
over 2 years ago
raw
Copy download link
history
blame
95 Bytes
from
app.config
import
app
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
7860
)