Spaces:
Running
Running
ahmedJaafari
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def classify_audio(audio):
|
|
34 |
iface = gr.Interface(
|
35 |
fn=classify_audio,
|
36 |
inputs=[
|
37 |
-
gr.
|
38 |
],
|
39 |
outputs=[
|
40 |
gr.HTML(label="Service"), # Colored HTML output for service
|
|
|
34 |
iface = gr.Interface(
|
35 |
fn=classify_audio,
|
36 |
inputs=[
|
37 |
+
gr.Audio(type="filepath", label="Record Audio"),
|
38 |
],
|
39 |
outputs=[
|
40 |
gr.HTML(label="Service"), # Colored HTML output for service
|