BilalHasan
commited on
Commit
•
d458838
1
Parent(s):
6092fcf
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,6 @@ def prediction(path):
|
|
39 |
demo = gr.Interface(
|
40 |
fn=prediction,
|
41 |
inputs=[gr.Audio(type="filepath")],
|
42 |
-
outputs=[gr.Textbox(label="Mood"), gr.Textbox(label="Session")]
|
43 |
)
|
44 |
demo.launch()
|
|
|
39 |
demo = gr.Interface(
|
40 |
fn=prediction,
|
41 |
inputs=[gr.Audio(type="filepath")],
|
42 |
+
outputs=[gr.Textbox(label="Mood"), gr.Textbox(label="Recommended Yoga Session")]
|
43 |
)
|
44 |
demo.launch()
|