Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2345,7 +2345,7 @@ css = '''
|
|
2345 |
|
2346 |
with gr.Blocks(theme="prithivMLmods/Minecraft-Theme", css=css, delete_cache=(60, 60)) as app:
|
2347 |
title = gr.HTML(
|
2348 |
-
"""<h1>
|
2349 |
elem_id="title",
|
2350 |
)
|
2351 |
selected_index = gr.State(None)
|
@@ -2366,7 +2366,7 @@ with gr.Blocks(theme="prithivMLmods/Minecraft-Theme", css=css, delete_cache=(60,
|
|
2366 |
show_share_button=False
|
2367 |
)
|
2368 |
with gr.Group():
|
2369 |
-
custom_lora = gr.Textbox(label="Enter Custom LoRA", placeholder="
|
2370 |
gr.Markdown("[Check the list of FLUX LoRA's](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
|
2371 |
custom_lora_info = gr.HTML(visible=False)
|
2372 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|
|
|
2345 |
|
2346 |
with gr.Blocks(theme="prithivMLmods/Minecraft-Theme", css=css, delete_cache=(60, 60)) as app:
|
2347 |
title = gr.HTML(
|
2348 |
+
"""<h1>Multimodel Space(Select from the list of available models and write prompt )</h1>""",
|
2349 |
elem_id="title",
|
2350 |
)
|
2351 |
selected_index = gr.State(None)
|
|
|
2366 |
show_share_button=False
|
2367 |
)
|
2368 |
with gr.Group():
|
2369 |
+
custom_lora = gr.Textbox(label="Enter Custom LoRA", placeholder="Anurag/Canopus-LoRA-Flux-Anime")
|
2370 |
gr.Markdown("[Check the list of FLUX LoRA's](https://huggingface.co/models?other=base_model:adapter:black-forest-labs/FLUX.1-dev)", elem_id="lora_list")
|
2371 |
custom_lora_info = gr.HTML(visible=False)
|
2372 |
custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
|