Spaces:
Sleeping
Sleeping
Commit
·
4c7e9ec
1
Parent(s):
fc33d8a
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,8 +50,7 @@ demo = gr.ChatInterface(fn=generate,
|
|
| 50 |
retry_btn=None,
|
| 51 |
undo_btn=None,
|
| 52 |
theme="gradio/soft",
|
| 53 |
-
|
| 54 |
-
placeholder="Inserisci il testo qui..."
|
| 55 |
)
|
| 56 |
|
| 57 |
demo.queue().launch(show_api=True)
|
|
|
|
| 50 |
retry_btn=None,
|
| 51 |
undo_btn=None,
|
| 52 |
theme="gradio/soft",
|
| 53 |
+
submit_btn="Invia"
|
|
|
|
| 54 |
)
|
| 55 |
|
| 56 |
demo.queue().launch(show_api=True)
|