Spaces:
Runtime error
Runtime error
DrishtiSharma
commited on
Commit
•
a0026f5
1
Parent(s):
23ac7a2
Update app.py
Browse files
app.py
CHANGED
@@ -28,23 +28,6 @@ This application classifies the sentiment of the audio input provided by the use
|
|
28 |
|
29 |
|
30 |
|
31 |
-
gr.Interface(
|
32 |
-
fn=transcribe,
|
33 |
-
inputs=[
|
34 |
-
gr.inputs.Audio(source="microphone", type="filepath"),
|
35 |
-
"state"
|
36 |
-
],
|
37 |
-
outputs=[
|
38 |
-
"textbox",
|
39 |
-
"state"
|
40 |
-
],
|
41 |
-
title=title,
|
42 |
-
description=description,
|
43 |
-
article=article,
|
44 |
-
live=True).launch()
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
|
49 |
gr.Interface(
|
50 |
fn = classify_sentiment,
|
|
|
28 |
|
29 |
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
gr.Interface(
|
33 |
fn = classify_sentiment,
|