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

off: convo starters

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -34,9 +34,7 @@ conversation_starters = [
34
  {"text": "What are some fun facts about space?"}
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__":
42
  demo.launch()
 
34
  {"text": "What are some fun facts about space?"}
35
  ]
36
 
37
+ demo = gr.ChatInterface(fn=predict, theme="Shivi/calm_seafoam")
 
38
 
 
39
  if __name__ == "__main__":
40
  demo.launch()