tonyassi's picture
Create app.py
d8ca99b verified
raw
history blame
235 Bytes
import gradio as gr
with gr.Blocks() as demo:
with gr.Tab("Text-to-Image"):
gr.Image("lion.jpg")
gr.Button("New Lion")
with gr.Tab("Image-to-Image"):
gr.Image("tiger.jpg")
gr.Button("New Tiger")