kyawhtetpaingwin111 commited on
Commit
7c04964
·
verified ·
1 Parent(s): 0f36c84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- md = gr.Markdown(description)
90
  # Gradio Interface
91
- inf = gr.Interface(fn=classify_audio, inputs=audio, outputs=label, title="Emotion Recognition", description=md)
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)