Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -159,11 +159,11 @@ class GradioInterface:
|
|
159 |
with gr.Accordion("Examples", open=False):
|
160 |
gr.Examples(
|
161 |
examples=[
|
|
|
162 |
["Tell me about that guy who invented the light bulb", "physics"],
|
163 |
["Explain the universe.", "star"],
|
164 |
["What's the population of New York City and how tall is the Empire State Building and who was the first mayor?", "morphosis"],
|
165 |
-
["List American presidents.", "verse"],
|
166 |
-
["Write a story on the end of prompt engineering.", "bolism"],
|
167 |
["Explain why the experiment failed.", "morphosis"],
|
168 |
["Is nuclear energy good?", "verse"],
|
169 |
["How does a computer work?", "phor"],
|
|
|
159 |
with gr.Accordion("Examples", open=False):
|
160 |
gr.Examples(
|
161 |
examples=[
|
162 |
+
["Write a story on the end of prompt engineering replaced by AI.", "bolism"],
|
163 |
["Tell me about that guy who invented the light bulb", "physics"],
|
164 |
["Explain the universe.", "star"],
|
165 |
["What's the population of New York City and how tall is the Empire State Building and who was the first mayor?", "morphosis"],
|
166 |
+
["List American presidents.", "verse"],
|
|
|
167 |
["Explain why the experiment failed.", "morphosis"],
|
168 |
["Is nuclear energy good?", "verse"],
|
169 |
["How does a computer work?", "phor"],
|