mrsteyk commited on
Commit
678451a
1 Parent(s): 75f32d9

AAAAAAAAAAAAA

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()