Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
•
33e2812
1
Parent(s):
1b8146c
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ with gr.Blocks() as app:
|
|
188 |
|
189 |
# The rest of your code for setting up the app
|
190 |
gallery.select(update_selection, outputs=[prompt, selected_info, selected_state])
|
191 |
-
prompt.submit(fn=run_lora, inputs=[prompt, selected_state], outputs=[result
|
192 |
post_process_button.click(
|
193 |
fn=postprocess,
|
194 |
inputs=[
|
|
|
188 |
|
189 |
# The rest of your code for setting up the app
|
190 |
gallery.select(update_selection, outputs=[prompt, selected_info, selected_state])
|
191 |
+
prompt.submit(fn=run_lora, inputs=[prompt, selected_state], outputs=[result])
|
192 |
post_process_button.click(
|
193 |
fn=postprocess,
|
194 |
inputs=[
|