Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ Join us : ๐TeamTonic๐ is always making cool demos! Join our active builder
|
|
75 |
|
76 |
gr.Examples(
|
77 |
examples=examples,
|
78 |
-
inputs=[image_input, style_input, image_desc_input, prompts_input, shared_score_shift_input, shared_score_scale_input, guidance_scale_input, num_inference_steps_input, seed_input
|
79 |
outputs=output_gallery,
|
80 |
fn=run,
|
81 |
cache_examples=True
|
|
|
75 |
|
76 |
gr.Examples(
|
77 |
examples=examples,
|
78 |
+
inputs=[image_input, style_input, image_desc_input, prompts_input, shared_score_shift_input, shared_score_scale_input, guidance_scale_input, num_inference_steps_input, seed_input],
|
79 |
outputs=output_gallery,
|
80 |
fn=run,
|
81 |
cache_examples=True
|