add
Browse files
app.py
CHANGED
@@ -487,7 +487,7 @@ with gr.Blocks(css=css) as demo:
|
|
487 |
outputs=[first_image_output_tab1, last_image_output_tab1, gif_output_tab1, seed_tab1]
|
488 |
)
|
489 |
|
490 |
-
gr.Examples(examples=examples_1, inputs=[
|
491 |
|
492 |
# --- Tab 2: Operation Mode (no num_of_interpolation) ---
|
493 |
with gr.Tab("[Arithmetic Operations]"):
|
|
|
487 |
outputs=[first_image_output_tab1, last_image_output_tab1, gif_output_tab1, seed_tab1]
|
488 |
)
|
489 |
|
490 |
+
gr.Examples(examples=examples_1, inputs=[prompt1_tab1, prompt2_tab1])
|
491 |
|
492 |
# --- Tab 2: Operation Mode (no num_of_interpolation) ---
|
493 |
with gr.Tab("[Arithmetic Operations]"):
|