Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tonyassi
/
IP-Adapter-Playground
like
19
Sleeping
App
Files
Files
Community
de545bf
IP-Adapter-Playground
/
app.py
tonyassi
Update app.py
de545bf
verified
7 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
with
gr.Tab(
"Text-to-Image"
):
gr.Button(
"New Lion"
)
with
gr.Tab(
"Image-to-Image"
):
gr.Button(
"New Tiger"
)