timroelofs123 commited on
Commit
a33fac3
·
1 Parent(s): c690b8f

remove examples

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -27,14 +27,14 @@ demo = gr.Interface(
27
  gr.Slider(10, 90, value=80, step=1, label="Target age", info="Choose the age you want to become")
28
  ],
29
  outputs="image",
30
- examples=[
31
- ['assets/gradio_example_images/1.png', 20, 80],
32
- ['assets/gradio_example_images/2.png', 75, 40],
33
- ['assets/gradio_example_images/3.png', 30, 70],
34
- ['assets/gradio_example_images/4.png', 22, 60],
35
- ['assets/gradio_example_images/5.png', 28, 75],
36
- ['assets/gradio_example_images/6.png', 35, 15]
37
- ],
38
  )
39
 
40
  demo.launch()
 
27
  gr.Slider(10, 90, value=80, step=1, label="Target age", info="Choose the age you want to become")
28
  ],
29
  outputs="image",
30
+ #examples=[
31
+ # ['assets/gradio_example_images/1.png', 20, 80],
32
+ # ['assets/gradio_example_images/2.png', 75, 40],
33
+ # ['assets/gradio_example_images/3.png', 30, 70],
34
+ # ['assets/gradio_example_images/4.png', 22, 60],
35
+ # ['assets/gradio_example_images/5.png', 28, 75],
36
+ # ['assets/gradio_example_images/6.png', 35, 15]
37
+ #],
38
  )
39
 
40
  demo.launch()