Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,7 +212,6 @@ with gr.Blocks(theme=gr.themes.Citrus(), title="Ideogram 4 (NF4) — diffusers p
|
|
| 212 |
out_caption = gr.Textbox(
|
| 213 |
label="Caption fed to the model (upsampled when enabled)",
|
| 214 |
lines=4,
|
| 215 |
-
show_copy_button=True,
|
| 216 |
)
|
| 217 |
|
| 218 |
run.click(
|
|
|
|
| 212 |
out_caption = gr.Textbox(
|
| 213 |
label="Caption fed to the model (upsampled when enabled)",
|
| 214 |
lines=4,
|
|
|
|
| 215 |
)
|
| 216 |
|
| 217 |
run.click(
|