Spaces:
Running
Running
prithivMLmods
commited on
Commit
•
4068ae7
1
Parent(s):
687ac39
Update app.py
Browse files
app.py
CHANGED
@@ -207,6 +207,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
207 |
label="Quality Style",
|
208 |
)
|
209 |
|
|
|
210 |
model_choice = gr.Dropdown(
|
211 |
label="LoRA Selection",
|
212 |
choices=list(LORA_OPTIONS.keys()),
|
|
|
207 |
label="Quality Style",
|
208 |
)
|
209 |
|
210 |
+
with gr.Row(visible=True):
|
211 |
model_choice = gr.Dropdown(
|
212 |
label="LoRA Selection",
|
213 |
choices=list(LORA_OPTIONS.keys()),
|