ameliabb0913 commited on
Commit
9f99ff4
·
verified ·
1 Parent(s): bcf2d8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
75
  """)
76
 
77
  with gr.Row():
78
- audio_input = gr.Audio(source="microphone", type="filepath", label="🎤 Upload or Speak")
79
  result = gr.Textbox(label="🧠 AI Detected Emotion")
80
 
81
  submit_btn = gr.Button("🎯 Analyze Emotion")
 
75
  """)
76
 
77
  with gr.Row():
78
+ audio_input = gr.Audio(type="filepath", label="🎤 Upload or Record")
79
  result = gr.Textbox(label="🧠 AI Detected Emotion")
80
 
81
  submit_btn = gr.Button("🎯 Analyze Emotion")