Spaces:
Runtime error
Runtime error
Commit
·
4dc9da5
1
Parent(s):
d3341ab
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ description = "This model can shows how speaker emotion changes over the speech"
|
|
66 |
infr = gr.Interface(fn=predict,
|
67 |
inputs=gr.Audio(type="filepath"),
|
68 |
examples=['audio_samples/1.mp3','audio_samples/2.mp3','audio_samples/3.mp3','audio_samples/4.mp3']
|
69 |
-
cache_examples=True,
|
70 |
outputs=outputs,
|
71 |
title=title,description=description,interpretation='default',)
|
72 |
-
infr.launch()
|
|
|
66 |
infr = gr.Interface(fn=predict,
|
67 |
inputs=gr.Audio(type="filepath"),
|
68 |
examples=['audio_samples/1.mp3','audio_samples/2.mp3','audio_samples/3.mp3','audio_samples/4.mp3']
|
|
|
69 |
outputs=outputs,
|
70 |
title=title,description=description,interpretation='default',)
|
71 |
+
infr.launch()
|