RamAnanth1 commited on
Commit
dd9eb54
·
1 Parent(s): 648fa39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def translate(audio):
40
  gr.Markdown("""
41
  # Emotion Detection From Speech Using Whisper
42
 
43
- """, elem_id="about")
44
 
45
  audio_input = gr.Audio(label = 'Record Audio Input',source="microphone",type="filepath")
46
 
 
40
  gr.Markdown("""
41
  # Emotion Detection From Speech Using Whisper
42
 
43
+ """)
44
 
45
  audio_input = gr.Audio(label = 'Record Audio Input',source="microphone",type="filepath")
46