Spaces:
Running
Running
Commit
·
c2dedbd
1
Parent(s):
617a92e
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,6 @@ with gr.Blocks(css=css) as demo:
|
|
233 |
info="URL of the CivitAI model, for now we only support SDXL LoRAs",
|
234 |
)
|
235 |
submit_button_civit = gr.Button("Upload model to Hugging Face and submit")
|
236 |
-
output = gr.Textbox(label="Output progress")
|
237 |
with gr.Column(visible=False) as enabled_area:
|
238 |
with gr.Row():
|
239 |
submit_source_civit = gr.Textbox(
|
|
|
233 |
info="URL of the CivitAI model, for now we only support SDXL LoRAs",
|
234 |
)
|
235 |
submit_button_civit = gr.Button("Upload model to Hugging Face and submit")
|
|
|
236 |
with gr.Column(visible=False) as enabled_area:
|
237 |
with gr.Row():
|
238 |
submit_source_civit = gr.Textbox(
|