Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mistral-AI-Game-Jam
/
ai-interactive-comic-book
like
61
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
main
ai-interactive-comic-book
/
server
/
scripts
/
run_server.py
tfrere
server refactor
eb3e391
11 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
98 Bytes
import
uvicorn
def
main
():
uvicorn.run(
"server:app"
, host=
"0.0.0.0"
, port=
8000
, reload=
True
)