GaborToth2 commited on
Commit
9c6d092
·
1 Parent(s): c8b6571
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ demo = gr.ChatInterface(
70
  step=0.05,
71
  label="Top-p (nucleus sampling)",
72
  ),
73
- gr.Checkbox(label="Use Cohere API"),
74
  ],
75
  )
76
 
 
70
  step=0.05,
71
  label="Top-p (nucleus sampling)",
72
  ),
73
+ gr.Checkbox(label="Use Cohere API."),
74
  ],
75
  )
76