Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lterriel
/
kami-app
like
1
Running
App
Files
Files
Community
3015c61
kami-app
/
app.py
lterriel
Update app.py
07748d2
about 2 years ago
raw
Copy download link
history
blame
Safe
90 Bytes
from
config
import
app
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
7860
)