Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -523,7 +523,7 @@ with gr.Blocks(delete_cache=(240, 240)) as app:
|
|
| 523 |
allow_preview=False,
|
| 524 |
columns=3,
|
| 525 |
elem_id="gallery",
|
| 526 |
-
show_share_button=False
|
| 527 |
)
|
| 528 |
with gr.Group():
|
| 529 |
custom_lora = gr.Textbox(label="Custom LoRA", placeholder="username/lora-model-name")
|
|
|
|
| 523 |
allow_preview=False,
|
| 524 |
columns=3,
|
| 525 |
elem_id="gallery",
|
| 526 |
+
#show_share_button=False
|
| 527 |
)
|
| 528 |
with gr.Group():
|
| 529 |
custom_lora = gr.Textbox(label="Custom LoRA", placeholder="username/lora-model-name")
|