Spaces:
Running
Running
Commit
·
74df29d
1
Parent(s):
2d75e4d
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,14 +233,14 @@ with gr.Blocks(css=css) as demo:
|
|
| 233 |
with gr.Row():
|
| 234 |
submit_source_civit = gr.Textbox(
|
| 235 |
label="CivitAI model URL",
|
| 236 |
-
info="URL of the CivitAI model,
|
| 237 |
)
|
| 238 |
submit_button_civit = gr.Button("Upload model to Hugging Face and submit", interactive=False)
|
| 239 |
with gr.Column(visible=False) as enabled_area:
|
| 240 |
with gr.Row():
|
| 241 |
submit_source_civit = gr.Textbox(
|
| 242 |
label="CivitAI model URL",
|
| 243 |
-
info="URL of the CivitAI model,
|
| 244 |
)
|
| 245 |
instructions = gr.HTML("")
|
| 246 |
try_again_button = gr.Button("I have added my HF profile to my account", visible=False)
|
|
|
|
| 233 |
with gr.Row():
|
| 234 |
submit_source_civit = gr.Textbox(
|
| 235 |
label="CivitAI model URL",
|
| 236 |
+
info="URL of the CivitAI model, for now only SDXL LoRAs are supported",
|
| 237 |
)
|
| 238 |
submit_button_civit = gr.Button("Upload model to Hugging Face and submit", interactive=False)
|
| 239 |
with gr.Column(visible=False) as enabled_area:
|
| 240 |
with gr.Row():
|
| 241 |
submit_source_civit = gr.Textbox(
|
| 242 |
label="CivitAI model URL",
|
| 243 |
+
info="URL of the CivitAI model, for now only SDXL LoRAs are supported",
|
| 244 |
)
|
| 245 |
instructions = gr.HTML("")
|
| 246 |
try_again_button = gr.Button("I have added my HF profile to my account", visible=False)
|