Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LennardZuendorf
/
thesis
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0f77c21
thesis
/
main.py
LennardZuendorf
feat: setting up working fastapi application
0f77c21
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
146 Bytes
from
fastapi
import
FastAPI
import
gradio
as
gr
import
app
as
gradio_app
app = FastAPI()
app = gr.mount_gradio_app(app, gradio_app.ui, path=
"/"
)