Update app.py from anycoder
Browse files
app.py
CHANGED
|
@@ -267,7 +267,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 267 |
elem_id="input-image",
|
| 268 |
height=300,
|
| 269 |
show_label=False,
|
| 270 |
-
show_download_button=False
|
| 271 |
)
|
| 272 |
|
| 273 |
prompt = gr.Textbox(
|
|
|
|
| 267 |
elem_id="input-image",
|
| 268 |
height=300,
|
| 269 |
show_label=False,
|
| 270 |
+
buttons=[] # Gradio 6: Replaces show_download_button=False
|
| 271 |
)
|
| 272 |
|
| 273 |
prompt = gr.Textbox(
|