Spaces:
Running
on
A10G
Running
on
A10G
minor bug fix in examples
Browse files
app.py
CHANGED
|
@@ -187,8 +187,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 187 |
with gr.Row():
|
| 188 |
gr.Examples(
|
| 189 |
examples='examples',
|
| 190 |
-
inputs=[input_image, description_prompt, target_prompt,
|
| 191 |
-
inversion_max_step, rnri_iterations, rnri_alpha, rnri_lr],
|
| 192 |
cache_examples=True,
|
| 193 |
fn=set_pipe,
|
| 194 |
outputs=[inv_state, is_set_text],
|
|
|
|
| 187 |
with gr.Row():
|
| 188 |
gr.Examples(
|
| 189 |
examples='examples',
|
| 190 |
+
inputs=[input_image, description_prompt, target_prompt],
|
|
|
|
| 191 |
cache_examples=True,
|
| 192 |
fn=set_pipe,
|
| 193 |
outputs=[inv_state, is_set_text],
|