tonyassi commited on
Commit
de545bf
1 Parent(s): d8ca99b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -2,8 +2,6 @@ import gradio as gr
2
 
3
  with gr.Blocks() as demo:
4
  with gr.Tab("Text-to-Image"):
5
- gr.Image("lion.jpg")
6
  gr.Button("New Lion")
7
  with gr.Tab("Image-to-Image"):
8
- gr.Image("tiger.jpg")
9
  gr.Button("New Tiger")
 
2
 
3
  with gr.Blocks() as demo:
4
  with gr.Tab("Text-to-Image"):
 
5
  gr.Button("New Lion")
6
  with gr.Tab("Image-to-Image"):
 
7
  gr.Button("New Tiger")