Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AI-Manith
/
test-frontend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5b1df93
test-frontend
/
app.py
AI-Manith
Update app.py
5b1df93
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
154 Bytes
import
gradio
as
gr
import
os
demo = gr.load(
"AI-Manith/test-backend"
, src=
"spaces"
, hf_token=os.environ.get(
"HUGGING_FACE_HUB_TOKEN"
))
demo.launch()