Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,10 +65,6 @@ app_interface = gr.Interface(
|
|
| 65 |
title=title,
|
| 66 |
description=description,
|
| 67 |
article=article,
|
| 68 |
-
examples=[
|
| 69 |
-
["./sample1.flac"],
|
| 70 |
-
["./sample2.wav"],
|
| 71 |
-
],
|
| 72 |
allow_flagging="never"
|
| 73 |
)
|
| 74 |
|
|
|
|
| 65 |
title=title,
|
| 66 |
description=description,
|
| 67 |
article=article,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
allow_flagging="never"
|
| 69 |
)
|
| 70 |
|