Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ For more information, visit this [Github repo](https://github.com/KyawHtetWin/is
|
|
86 |
|
87 |
audio = gr.Audio(type="filepath", label="Upload Audio")
|
88 |
label = gr.Label()
|
89 |
-
|
90 |
# Gradio Interface
|
91 |
-
inf = gr.Interface(fn=classify_audio, inputs=audio, outputs=label, title="Emotion Recognition", description=
|
92 |
inf.launch(share=True)
|
|
|
86 |
|
87 |
audio = gr.Audio(type="filepath", label="Upload Audio")
|
88 |
label = gr.Label()
|
89 |
+
|
90 |
# Gradio Interface
|
91 |
+
inf = gr.Interface(fn=classify_audio, inputs=audio, outputs=label, title="Emotion Recognition", description=description)
|
92 |
inf.launch(share=True)
|