Spaces:
Build error
Build error
AAAAAAAAAAAAA
Browse files
app.py
CHANGED
@@ -33,5 +33,6 @@ gr.Interface(
|
|
33 |
["What is the origin of the word 'sushi'?", 767, 50, 0.95, 1, 1],
|
34 |
["What's the difference between a chatbot and an AI?", 767, 50, 0.95, 1, 1],
|
35 |
["What's the difference between a monad and a functor in functional programming?", 767, 50, 0.95, 1, 1],
|
36 |
-
]
|
|
|
37 |
).launch()
|
|
|
33 |
["What is the origin of the word 'sushi'?", 767, 50, 0.95, 1, 1],
|
34 |
["What's the difference between a chatbot and an AI?", 767, 50, 0.95, 1, 1],
|
35 |
["What's the difference between a monad and a functor in functional programming?", 767, 50, 0.95, 1, 1],
|
36 |
+
],
|
37 |
+
cache_examples=False,
|
38 |
).launch()
|