osanseviero commited on
Commit
1256bad
1 Parent(s): d9f9ad4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- text, "angie",
60
- text, "emma",
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(