Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -220,7 +220,14 @@ with gr.Blocks() as demo:
|
|
| 220 |
|
| 221 |
|
| 222 |
],
|
| 223 |
-
inputs=[content_ref,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
outputs=[result, seed],
|
| 225 |
fn=infer,
|
| 226 |
cache_examples=False
|
|
|
|
| 220 |
|
| 221 |
|
| 222 |
],
|
| 223 |
+
inputs=[content_ref,
|
| 224 |
+
style_ref,
|
| 225 |
+
prompt,
|
| 226 |
+
seed,
|
| 227 |
+
randomize_seed,
|
| 228 |
+
true_guidance_scale,
|
| 229 |
+
num_inference_steps,
|
| 230 |
+
minedge,],
|
| 231 |
outputs=[result, seed],
|
| 232 |
fn=infer,
|
| 233 |
cache_examples=False
|