Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kartheesh
/
bara_project2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf7691b
bara_project2
/
app.py
Kartheesh
Update app.py
cf7691b
about 2 years ago
raw
Copy download link
history
blame
128 Bytes
import
gradio
as
gr
def
show
():
return
gr.load(
"spaces/Kartheesh/bara_project1"
)
demo = gr.Interface(fn=show)
demo.launch()