mrsteyk commited on
Commit
3f17815
1 Parent(s): 13db5ea

Reduce examples because timeout apparently

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -21,18 +21,11 @@ gr.Interface(
21
  inputs=["textbox", gr.Slider(767, 2048 + 1), gr.Slider(0, 100, value=50), gr.Slider(0, 1, step=0.01, value=0.95), gr.Slider(0.01, 1, step=0.01, value=1), gr.Slider(1, 100, step=0.5)],
22
  outputs=[gr.Textbox(label="Assistant says")],
23
  examples=[
24
- ["Hi!", 767, 50, 0.95, 1, 1],
25
- ["Hello, I am trying to use the fft function in Python, but I am not sure how to interpret the results. Can you explain how to interpret the output of the fft function?", 767, 50, 0.95, 1, 1],
26
  ["Hello, I have a question about American history. Who is the current Vice President of the United States?", 767, 50, 0.95, 1, 1],
27
  ["Hello, I have a question about quantum computing. Can quantum computers solve NP-complete problems in polynomial time?", 767, 50, 0.95, 1, 1],
28
  ["I'm wondering how to make an apple pie?", 767, 50, 0.95, 1, 1],
29
- ["Hey, what are some pros and cons of using a neural network for image recognition?", 767, 50, 0.95, 1, 1],
30
- ["Hi! I want to build a website using python and Flask. I just want to know what are the requirements for building a website using Flask?", 767, 50, 0.95, 1, 1],
31
  ["Hi, I want to know about the GPT-3 model. Could you provide me some information about it?", 767, 50, 0.95, 1, 1],
32
- ["Please, help me with GPT-2 training", 767, 50, 0.95, 1, 1],
33
  ["Please, help me understand LLMs!", 767, 50, 0.95, 1, 1],
34
- ["What are the health benefits of ginger?", 767, 50, 0.95, 1, 1],
35
- ["What is the fundamental theorem of algebra?", 767, 50, 0.95, 1, 1],
36
  ["What is the meaning of life?", 767, 50, 0.95, 1, 1],
37
  ["What is the origin of the word 'sushi'?", 767, 50, 0.95, 1, 1],
38
  ["What's the difference between a chatbot and an AI?", 767, 50, 0.95, 1, 1],
 
21
  inputs=["textbox", gr.Slider(767, 2048 + 1), gr.Slider(0, 100, value=50), gr.Slider(0, 1, step=0.01, value=0.95), gr.Slider(0.01, 1, step=0.01, value=1), gr.Slider(1, 100, step=0.5)],
22
  outputs=[gr.Textbox(label="Assistant says")],
23
  examples=[
 
 
24
  ["Hello, I have a question about American history. Who is the current Vice President of the United States?", 767, 50, 0.95, 1, 1],
25
  ["Hello, I have a question about quantum computing. Can quantum computers solve NP-complete problems in polynomial time?", 767, 50, 0.95, 1, 1],
26
  ["I'm wondering how to make an apple pie?", 767, 50, 0.95, 1, 1],
 
 
27
  ["Hi, I want to know about the GPT-3 model. Could you provide me some information about it?", 767, 50, 0.95, 1, 1],
 
28
  ["Please, help me understand LLMs!", 767, 50, 0.95, 1, 1],
 
 
29
  ["What is the meaning of life?", 767, 50, 0.95, 1, 1],
30
  ["What is the origin of the word 'sushi'?", 767, 50, 0.95, 1, 1],
31
  ["What's the difference between a chatbot and an AI?", 767, 50, 0.95, 1, 1],