Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
1256bad
1
Parent(s):
d9f9ad4
Update app.py
Browse files
app.py
CHANGED
@@ -55,10 +55,9 @@ def inference(text, voice):
|
|
55 |
|
56 |
text = "Joining two modalities results in a surprising increase in generalization! What would happen if we combined them all?"
|
57 |
examples = [
|
58 |
-
[
|
59 |
-
|
60 |
-
|
61 |
-
"how are you doing this day", "freeman"
|
62 |
]
|
63 |
|
64 |
iface = gr.Interface(
|
|
|
55 |
|
56 |
text = "Joining two modalities results in a surprising increase in generalization! What would happen if we combined them all?"
|
57 |
examples = [
|
58 |
+
[text, "angie"],
|
59 |
+
[text, "emma"],
|
60 |
+
["how are you doing this day", "freeman"]
|
|
|
61 |
]
|
62 |
|
63 |
iface = gr.Interface(
|