tonyassi's picture
Update app.py
de545bf verified
raw
history blame
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")