Rams901 commited on
Commit
1515618
·
1 Parent(s): 89b1b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ examples = [
170
  ["How to be happy"],
171
  ]
172
 
173
- demo = gr.Interface(fn=greet, title="cicero-semantic-search", inputs="text",
174
  outputs=[gr.components.Textbox(lines=3, label="Claude"),
175
  gr.components.Textbox(lines=3, label="GPT3.5"),
176
  gr.components.Textbox(lines=3, label="GPT-4"),
 
170
  ["How to be happy"],
171
  ]
172
 
173
+ demo = gr.Interface(fn=greet, title="cicero-cynthesis-eval", inputs="text",
174
  outputs=[gr.components.Textbox(lines=3, label="Claude"),
175
  gr.components.Textbox(lines=3, label="GPT3.5"),
176
  gr.components.Textbox(lines=3, label="GPT-4"),