Spaces:
Runtime error
Runtime error
Commit ·
ffecd2a
1
Parent(s): 99236eb
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ def process(input_path):
|
|
| 75 |
|
| 76 |
demo = gr.Interface(fn=process,
|
| 77 |
inputs=gr.Audio(type="filepath"),
|
| 78 |
-
outputs=gr.outputs.Label(
|
| 79 |
#outputs=gr.outputs.Textbox(label="Generated Text")
|
| 80 |
#examples=example_list,
|
| 81 |
#cache_examples=False
|
|
|
|
| 75 |
|
| 76 |
demo = gr.Interface(fn=process,
|
| 77 |
inputs=gr.Audio(type="filepath"),
|
| 78 |
+
outputs=gr.outputs.Label(label="Moods"),
|
| 79 |
#outputs=gr.outputs.Textbox(label="Generated Text")
|
| 80 |
#examples=example_list,
|
| 81 |
#cache_examples=False
|