Spaces:
Sleeping
Sleeping
Commit
·
7744e2a
1
Parent(s):
de4ca9e
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
52 |
submit_btn="Invia",
|
53 |
retry_btn=None,
|
54 |
undo_btn=None,
|
55 |
-
clear_btn="
|
56 |
)
|
57 |
|
58 |
demo.queue().launch(show_api=True)
|
|
|
52 |
submit_btn="Invia",
|
53 |
retry_btn=None,
|
54 |
undo_btn=None,
|
55 |
+
clear_btn="Cancella"
|
56 |
)
|
57 |
|
58 |
demo.queue().launch(show_api=True)
|