Spaces:
Runtime error
Runtime error
Mateo Fidabel
commited on
Commit
·
d2262bb
1
Parent(s):
fef68a2
Changed default example
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def infer(prompts, negative_prompts, image, num_inference_steps = 50, seed = 4,
|
|
104 |
return final_image
|
105 |
|
106 |
|
107 |
-
default_example = examples[
|
108 |
|
109 |
cond_img = gr.Image(label="Input", shape=(512, 512), value=default_example[2])\
|
110 |
.style(height=200)
|
|
|
104 |
return final_image
|
105 |
|
106 |
|
107 |
+
default_example = examples[5]
|
108 |
|
109 |
cond_img = gr.Image(label="Input", shape=(512, 512), value=default_example[2])\
|
110 |
.style(height=200)
|