SantaBot commited on
Commit
9126245
1 Parent(s): c5259c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -33,10 +33,10 @@ demo = gr.Interface(
33
  ],
34
  outputs=[gr.Text(label="Output")],
35
  examples=[
36
- ["Whats the difference",0.8,64,3],
37
- ["Once a priest",0.8,64,3],
38
- ["My doctor",0.8,64,3],
39
- ["I saw",0.8,64,3],
40
 
41
 
42
  ],
 
33
  ],
34
  outputs=[gr.Text(label="Output")],
35
  examples=[
36
+ ["Whats the difference",0.8,64,1],
37
+ ["Once a priest",0.8,64,1],
38
+ ["My doctor",0.8,64,1],
39
+ ["I saw",0.8,64,1],
40
 
41
 
42
  ],