Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tonyassi
/
IP-Adapter-Playground
like
23
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
de545bf
IP-Adapter-Playground
/
app.py
tonyassi
Update app.py
de545bf
verified
about 1 year 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"
)