Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
34 |
gr.on(
|
35 |
triggers=[generate_button.click, prompt.submit],
|
36 |
fn=run_lora,
|
37 |
-
inputs=[prompt]
|
38 |
-
outputs=[result, seed]
|
39 |
)
|
40 |
|
41 |
app.queue()
|
|
|
34 |
gr.on(
|
35 |
triggers=[generate_button.click, prompt.submit],
|
36 |
fn=run_lora,
|
37 |
+
inputs=[prompt]
|
|
|
38 |
)
|
39 |
|
40 |
app.queue()
|