prithivMLmods commited on
Commit
7e25e49
Β·
verified Β·
1 Parent(s): 2686107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -133,14 +133,11 @@ demo = gr.ChatInterface(
133
  label="Repetition penalty",
134
  ),
135
  ],
136
- retry_btn="Retry",
137
- undo_btn="Undo",
138
- clear_btn="Clear",
139
- submit_btn="Send",
140
- title="GWQ PREV",
141
  chatbot=gr.Chatbot(
142
  scale=1,
143
- show_copy_button=True
 
144
  )
145
  )
146
 
 
133
  label="Repetition penalty",
134
  ),
135
  ],
136
+ title="GWQ Prev",
 
 
 
 
137
  chatbot=gr.Chatbot(
138
  scale=1,
139
+ show_copy_button=True,
140
+ type="messages"
141
  )
142
  )
143