Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AwesomeK
/
kiss
like
0
Runtime error
App
Files
Files
Community
main
kiss
/
app.py
AwesomeK
Add space
deb50ec
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
import
gradio
as
gr
demo = gr.load(
"playgroundai/playground-v2"
, src=
"spaces"
)
demo.launch()