Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ def audio_a_text(audio):
|
|
| 12 |
return text
|
| 13 |
|
| 14 |
def text_to_sentimient(audio):
|
| 15 |
-
text = transcription(audio)["text"]
|
| 16 |
-
return clasification(
|
| 17 |
|
| 18 |
demo = gr.Blocks()
|
| 19 |
|
|
|
|
| 12 |
return text
|
| 13 |
|
| 14 |
def text_to_sentimient(audio):
|
| 15 |
+
#text = transcription(audio)["text"]
|
| 16 |
+
return clasification(audio)["text"]
|
| 17 |
|
| 18 |
demo = gr.Blocks()
|
| 19 |
|