Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with block:
|
|
273 |
prompt_gen_button.click(
|
274 |
fn=interrogator_process,
|
275 |
inputs=[input_fg],
|
276 |
-
outputs=[prompt
|
277 |
).then(lambda: [gr.update(interactive=True), gr.update(interactive=True), gr.update(interactive=False)],
|
278 |
outputs=[prompt_gen_button, key_gen_button])
|
279 |
|
|
|
273 |
prompt_gen_button.click(
|
274 |
fn=interrogator_process,
|
275 |
inputs=[input_fg],
|
276 |
+
outputs=[prompt]
|
277 |
).then(lambda: [gr.update(interactive=True), gr.update(interactive=True), gr.update(interactive=False)],
|
278 |
outputs=[prompt_gen_button, key_gen_button])
|
279 |
|