Commit
·
cda04bb
1
Parent(s):
cf06b5f
Update app.py
Browse files
app.py
CHANGED
|
@@ -192,7 +192,8 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 192 |
fn=clear_and_save_textbox,
|
| 193 |
inputs=textbox,
|
| 194 |
outputs=[textbox, saved_input],
|
| 195 |
-
api_name=
|
|
|
|
| 196 |
queue=False,
|
| 197 |
).then(
|
| 198 |
fn=display_input,
|
|
|
|
| 192 |
fn=clear_and_save_textbox,
|
| 193 |
inputs=textbox,
|
| 194 |
outputs=[textbox, saved_input],
|
| 195 |
+
api_name="submit",
|
| 196 |
+
# api_name=False,
|
| 197 |
queue=False,
|
| 198 |
).then(
|
| 199 |
fn=display_input,
|