Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|