Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -319,7 +319,7 @@ with gr.Blocks(theme=gr.themes.Soft(font=font), css=css, delete_cache=(60, 60))
|
|
| 319 |
update_selection,
|
| 320 |
inputs=[width, height],
|
| 321 |
outputs=[prompt, selected_info, selected_index, width, height]
|
| 322 |
-
|
| 323 |
# custom_lora.input(
|
| 324 |
# add_custom_lora,
|
| 325 |
# inputs=[custom_lora],
|
|
|
|
| 319 |
update_selection,
|
| 320 |
inputs=[width, height],
|
| 321 |
outputs=[prompt, selected_info, selected_index, width, height]
|
| 322 |
+
)
|
| 323 |
# custom_lora.input(
|
| 324 |
# add_custom_lora,
|
| 325 |
# inputs=[custom_lora],
|