tranquilkd commited on
Commit
baccfb3
·
verified ·
1 Parent(s): dc73756

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ iface = gr.Interface(
118
  examples=[
119
  ["I found the love", 10, 50, 0.7, 50, 0.7],
120
  ["When the sun comes up", 20, 40, 0.8, 40, 0.9],
121
- ["The slow marching of ", 30, 60, 0.9, 45, 0.8]
122
  ],
123
  )
124
 
 
118
  examples=[
119
  ["I found the love", 10, 50, 0.7, 50, 0.7],
120
  ["When the sun comes up", 20, 40, 0.8, 40, 0.9],
121
+ ["The slow marching of ", 30, 60, 0.9, 45, 0.8],
122
  ],
123
  )
124