rosameliacarioni commited on
Commit
e7726aa
·
1 Parent(s): 8342085

on: 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, theme="Shivi/calm_seafoam")
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, examples=conversation_starters, theme="Shivi/calm_seafoam")
39
 
40
 
41
  if __name__ == "__main__":