Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,9 @@ demo = gr.Interface(
|
|
64 |
["Hello, how are you today?", 150, 0.7],
|
65 |
["Translate this sentence from English to French: I love programming.", 200, 0.8],
|
66 |
["Tell me a joke about artificial intelligence.", 180, 0.6]
|
|
|
|
|
|
|
67 |
]
|
68 |
)
|
69 |
|
|
|
64 |
["Hello, how are you today?", 150, 0.7],
|
65 |
["Translate this sentence from English to French: I love programming.", 200, 0.8],
|
66 |
["Tell me a joke about artificial intelligence.", 180, 0.6]
|
67 |
+
["what is value of 2 + 2: ", 150, 0.9]
|
68 |
+
["Explain what about economics and how does it impact the individuals financial sector: ", 250, 0.7]
|
69 |
+
["Who is Randy orton?", 200, 0.8]
|
70 |
]
|
71 |
)
|
72 |
|