rosameliacarioni commited on
Commit
b32e8b0
·
1 Parent(s): 8928d60

remove convo starters

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ conversation_starters = [
35
  ]
36
 
37
  #demo = gr.ChatInterface(predict, examples=conversation_starters, theme="Shivi/calm_seafoam")
38
- demo = gr.ChatInterface(fn=predict, type="messages", examples=conversation_starters)
39
 
40
 
41
  if __name__ == "__main__":
 
35
  ]
36
 
37
  #demo = gr.ChatInterface(predict, examples=conversation_starters, theme="Shivi/calm_seafoam")
38
+ demo = gr.ChatInterface(fn=predict)
39
 
40
 
41
  if __name__ == "__main__":