callanwu commited on
Commit
4c70486
1 Parent(s): cc7dcdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -222,8 +222,8 @@ class DebateUI(WebUI):
222
  label="Please input valid openai key for gpt-3.5-turbo-16k."
223
  )
224
  self.radio_mode = gr.Radio(
225
- [Client.AUTO_MODE, Client.SINGLE_MODE],
226
- value=Client.AUTO_MODE,
227
  interactive=True,
228
  label = Client.MODE_LABEL,
229
  info = Client.MODE_INFO
 
222
  label="Please input valid openai key for gpt-3.5-turbo-16k."
223
  )
224
  self.radio_mode = gr.Radio(
225
+ [Client.SINGLE_MODE],
226
+ value=Client.SINGLE_MODE,
227
  interactive=True,
228
  label = Client.MODE_LABEL,
229
  info = Client.MODE_INFO