Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
YerfithM
/
proyecto
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
proyecto
/
app.py
YerfithM
Create app.py
8f7066c
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
108 Bytes
import
gradio
as
gr
demo = gr.load(
"ProomptEngineer/pe-pencil-drawing-style"
, src=
"models"
)
demo.launch()