yizhangliu commited on
Commit
ef59e17
·
1 Parent(s): c304179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ demo = gr.Interface(
31
  ["text", "state"],
32
  [chatbot, "state"],
33
  allow_flagging="never",
 
34
  )
35
 
36
  demo.launch(debug = True)
 
31
  ["text", "state"],
32
  [chatbot, "state"],
33
  allow_flagging="never",
34
+ show_label=False,
35
  )
36
 
37
  demo.launch(debug = True)