Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ article = (
|
|
| 95 |
"</p>"
|
| 96 |
)
|
| 97 |
examples = [
|
| 98 |
-
["
|
| 99 |
]
|
| 100 |
|
| 101 |
interface = gr.Interface(
|
|
|
|
| 95 |
"</p>"
|
| 96 |
)
|
| 97 |
examples = [
|
| 98 |
+
["victor.mp3", "phil.mp3"],
|
| 99 |
]
|
| 100 |
|
| 101 |
interface = gr.Interface(
|