Update app.py
Browse files
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,
|
37 |
-
["Once a priest",0.8,64,
|
38 |
-
["My doctor",0.8,64,
|
39 |
-
["I saw",0.8,64,
|
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 |
],
|