Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
•
13ba853
1
Parent(s):
4835123
Update app.py
Browse files
app.py
CHANGED
@@ -76,6 +76,6 @@ demo = gr.Interface(
|
|
76 |
outputs=gr.Audio(source = "upload"),
|
77 |
examples=[
|
78 |
[os.path.join(os.path.dirname(__file__),temp_audio_addr)]
|
79 |
-
]
|
80 |
)
|
81 |
demo.launch()
|
|
|
76 |
outputs=gr.Audio(source = "upload"),
|
77 |
examples=[
|
78 |
[os.path.join(os.path.dirname(__file__),temp_audio_addr)]
|
79 |
+
]
|
80 |
)
|
81 |
demo.launch()
|