Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,10 @@ EXAMPLES = ['test.wav']
|
|
6 |
def speech_to_text(speech):
|
7 |
time.sleep(1)
|
8 |
return [
|
9 |
-
("So I've prepared a presentation I'm sharing it with All you should be ", "Speaker
|
10 |
-
("able to seat on your screen right now. Got it?", "Speaker
|
11 |
("from 0.258-6.249", None),
|
12 |
-
("I don't see a link anywhere says it Headed down low a plug and.", "Speaker
|
13 |
("from 6.384-9.573", None)], """so i've prepared a presentation \n i'm sharing it with all you should be able to seat on your screen right now got it i don't see a link anywhere says it headed down low a plug and"""
|
14 |
|
15 |
def sentiment(checked_options):
|
|
|
6 |
def speech_to_text(speech):
|
7 |
time.sleep(1)
|
8 |
return [
|
9 |
+
("So I've prepared a presentation I'm sharing it with All you should be ", "Speaker 1"),
|
10 |
+
("able to seat on your screen right now. Got it?", "Speaker 1"),
|
11 |
("from 0.258-6.249", None),
|
12 |
+
("I don't see a link anywhere says it Headed down low a plug and.", "Speaker 2"),
|
13 |
("from 6.384-9.573", None)], """so i've prepared a presentation \n i'm sharing it with all you should be able to seat on your screen right now got it i don't see a link anywhere says it headed down low a plug and"""
|
14 |
|
15 |
def sentiment(checked_options):
|