baconnier commited on
Commit
0b54c30
·
verified ·
1 Parent(s): 961181c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -29,18 +29,7 @@ class GradioInterface:
29
  with gr.Row(elem_classes=["container2"]):
30
  with gr.Accordion("Examples", open=False):
31
  gr.Examples(
32
- examples=[
33
- ["Write a story on the end of prompt engineering replaced by an Ai specialized in refining prompts.", "done"],
34
- ["Tell me about that guy who invented the light bulb", "physics"],
35
- ["Explain the universe.", "star"],
36
- ["What's the population of New York City and how tall is the Empire State Building and who was the first mayor?", "morphosis"],
37
- ["List American presidents.", "verse"],
38
- ["Explain why the experiment failed.", "morphosis"],
39
- ["Is nuclear energy good?", "verse"],
40
- ["How does a computer work?", "phor"],
41
- ["How to make money fast?", "done"],
42
- ["how can you prove IT0's lemma in stochastic calculus ?", "arpe"],
43
- ],
44
  inputs=[prompt_text, meta_prompt_choice]
45
  )
46
 
 
29
  with gr.Row(elem_classes=["container2"]):
30
  with gr.Accordion("Examples", open=False):
31
  gr.Examples(
32
+ examples=examples,
 
 
 
 
 
 
 
 
 
 
 
33
  inputs=[prompt_text, meta_prompt_choice]
34
  )
35