Spaces:
Running
on
Zero
Running
on
Zero
clementchadebec
commited on
Commit
•
f469b17
1
Parent(s):
d22f197
Update app.py
Browse files
app.py
CHANGED
@@ -183,12 +183,12 @@ with gr.Blocks(css=css) as demo:
|
|
183 |
|
184 |
examples = gr.Examples(
|
185 |
examples=[
|
186 |
-
# [42, False, "
|
187 |
-
[42, False, "
|
188 |
-
# [42, False, "
|
189 |
-
[42, False, "
|
190 |
-
# [42, False, "
|
191 |
-
# [42, False, "
|
192 |
],
|
193 |
inputs=[
|
194 |
seed,
|
@@ -205,13 +205,13 @@ with gr.Blocks(css=css) as demo:
|
|
205 |
|
206 |
# examples = gr.Examples(
|
207 |
# examples=[
|
208 |
-
# #[42, False, "
|
209 |
-
# [42, False, "
|
210 |
-
# #[42, False, "
|
211 |
-
# #[42, False, "
|
212 |
-
# [42, False, "
|
213 |
-
# [42, False, "
|
214 |
-
# [42, False, "
|
215 |
# ],
|
216 |
# inputs=[
|
217 |
# seed,
|
|
|
183 |
|
184 |
examples = gr.Examples(
|
185 |
examples=[
|
186 |
+
# [42, False, "examples/image_1.jpg", 28, 4, 0.6],
|
187 |
+
[42, False, "examples/image_2.jpg", 28, 4, 0.6],
|
188 |
+
# [42, False, "examples/image_3.jpg", 28, 4, 0.6],
|
189 |
+
[42, False, "examples/image_4.jpg", 28, 4, 0.6],
|
190 |
+
# [42, False, "examples/image_5.jpg", 28, 4, 0.6],
|
191 |
+
# [42, False, "examples/image_6.jpg", 28, 4, 0.6],
|
192 |
],
|
193 |
inputs=[
|
194 |
seed,
|
|
|
205 |
|
206 |
# examples = gr.Examples(
|
207 |
# examples=[
|
208 |
+
# #[42, False, "examples/image_1.jpg", 28, 4, 0.6],
|
209 |
+
# [42, False, "examples/image_2.jpg", 28, 4, 0.6],
|
210 |
+
# #[42, False, "examples/image_3.jpg", 28, 4, 0.6],
|
211 |
+
# #[42, False, "examples/image_4.jpg", 28, 4, 0.6],
|
212 |
+
# [42, False, "examples/image_5.jpg", 28, 4, 0.6],
|
213 |
+
# [42, False, "examples/image_6.jpg", 28, 4, 0.6],
|
214 |
+
# [42, False, "examples/image_7.jpg", 28, 4, 0.6],
|
215 |
# ],
|
216 |
# inputs=[
|
217 |
# seed,
|