Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def run(
|
|
115 |
adapter_conditioning_scale=adapter_conditioning_scale,
|
116 |
cond_tau=cond_tau,
|
117 |
).images[0]
|
118 |
-
return out
|
119 |
|
120 |
|
121 |
with gr.Blocks() as demo:
|
@@ -180,7 +180,7 @@ with gr.Blocks() as demo:
|
|
180 |
)
|
181 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
182 |
with gr.Column():
|
183 |
-
result =
|
184 |
|
185 |
inputs = [
|
186 |
image,
|
|
|
115 |
adapter_conditioning_scale=adapter_conditioning_scale,
|
116 |
cond_tau=cond_tau,
|
117 |
).images[0]
|
118 |
+
return out
|
119 |
|
120 |
|
121 |
with gr.Blocks() as demo:
|
|
|
180 |
)
|
181 |
randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
|
182 |
with gr.Column():
|
183 |
+
result = gr.Image(label="Result", height=600)
|
184 |
|
185 |
inputs = [
|
186 |
image,
|