Spaces:
Runtime error
Runtime error
Commit
·
a33fac3
1
Parent(s):
c690b8f
remove examples
Browse files
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 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
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()
|