abidlabs HF Staff commited on
Commit
74dcb37
·
1 Parent(s): 265bcb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 0"),
10
- ("able to seat on your screen right now. Got it?", "Speaker 0"),
11
  ("from 0.258-6.249", None),
12
- ("I don't see a link anywhere says it Headed down low a plug and.", "Speaker 1"),
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):