Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks() as demo:
|
|
75 |
""")
|
76 |
|
77 |
with gr.Row():
|
78 |
-
audio_input = gr.Audio(
|
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")
|