MatteoScript commited on
Commit
4c7e9ec
Β·
1 Parent(s): fc33d8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- submit_button_label="Invia",
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)