Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -174,12 +174,9 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
|
174 |
|
175 |
examples = gr.Examples(
|
176 |
examples=[
|
177 |
-
|
178 |
-
[42, False, "
|
179 |
-
|
180 |
-
[42, False, "examples/image_4.jpg", 28, 4, 0.6],
|
181 |
-
# [42, False, "examples/image_5.jpg", 28, 4, 0.6],
|
182 |
-
# [42, False, "examples/image_6.jpg", 28, 4, 0.6],
|
183 |
],
|
184 |
inputs=[
|
185 |
seed,
|
|
|
174 |
|
175 |
examples = gr.Examples(
|
176 |
examples=[
|
177 |
+
[42, False, "z1.webp", 28, 4, 0.6],
|
178 |
+
[42, False, "z1.webp", 28, 4, 0.6],
|
179 |
+
|
|
|
|
|
|
|
180 |
],
|
181 |
inputs=[
|
182 |
seed,
|