Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ examples = [
|
|
170 |
["How to be happy"],
|
171 |
]
|
172 |
|
173 |
-
demo = gr.Interface(fn=greet, title="cicero-
|
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"),
|