Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks(css=css) as demo:
|
|
168 |
my_models = api.list_models(author=your_username, filter="diffusers")
|
169 |
print(my_models)
|
170 |
|
171 |
-
lora_1_id = gr.Dropdown(
|
172 |
label = "LoRa 1 ID",
|
173 |
choices = my_models,
|
174 |
allow_custom_value = True
|
|
|
168 |
my_models = api.list_models(author=your_username, filter="diffusers")
|
169 |
print(my_models)
|
170 |
|
171 |
+
lora_1_id = gr.Dropdown(
|
172 |
label = "LoRa 1 ID",
|
173 |
choices = my_models,
|
174 |
allow_custom_value = True
|