joaogante HF staff commited on
Commit
906f601
·
1 Parent(s): 7aef7b8

playing around with gradio

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -9,10 +9,8 @@ demo = gr.Blocks()
9
  with demo:
10
  with gr.Tabs():
11
  with gr.TabItem("Lion"):
12
- gr.Image("lion.jpg")
13
  gr.Button("New Lion")
14
  with gr.TabItem("Tiger"):
15
- gr.Image("tiger.jpg")
16
  gr.Button("New Tiger")
17
 
18
  demo.launch()
 
9
  with demo:
10
  with gr.Tabs():
11
  with gr.TabItem("Lion"):
 
12
  gr.Button("New Lion")
13
  with gr.TabItem("Tiger"):
 
14
  gr.Button("New Tiger")
15
 
16
  demo.launch()