Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def infer(
|
|
128 |
return [true_input_image, image, seed]
|
129 |
|
130 |
|
131 |
-
with gr.Blocks(theme="
|
132 |
|
133 |
|
134 |
with gr.Row():
|
@@ -174,12 +174,9 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", 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,
|
|
|
128 |
return [true_input_image, image, seed]
|
129 |
|
130 |
|
131 |
+
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
132 |
|
133 |
|
134 |
with gr.Row():
|
|
|
174 |
|
175 |
examples = gr.Examples(
|
176 |
examples=[
|
177 |
+
[42, False, "z1.webp", 28, 4, 0.6],
|
178 |
+
[42, False, "z2.webp", 28, 4, 0.6],
|
179 |
+
|
|
|
|
|
|
|
180 |
],
|
181 |
inputs=[
|
182 |
seed,
|