pazukdev commited on
Commit
2d12f68
·
verified ·
1 Parent(s): 870626d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ You can switch between gpt-3.5 and gpt-4 with {switch_to_gpt3} or {switch_to_gpt
107
  '''.format(pre_configured_promt=pre_configured_promt, switch_to_gpt3=switch_to_gpt3, switch_to_gpt4=switch_to_gpt4)
108
 
109
  examples = [pre_configured_promt, switch_to_gpt3, switch_to_gpt4]
110
- gr.ChatInterface(predict, examples=[examples], description=description).launch()
 
107
  '''.format(pre_configured_promt=pre_configured_promt, switch_to_gpt3=switch_to_gpt3, switch_to_gpt4=switch_to_gpt4)
108
 
109
  examples = [pre_configured_promt, switch_to_gpt3, switch_to_gpt4]
110
+ gr.ChatInterface(predict, examples=examples, description=description).launch()