vrajshroff commited on
Commit
cdc5c5a
·
verified ·
1 Parent(s): 7f87ea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -58,8 +58,7 @@ interface = gr.Interface(
58
  "Make sure you are the first person to speak!<br>"
59
  "You can also use a sample audio file for testing: "
60
  "<a href='https://www.uclass.psychol.ucl.ac.uk/Release2/Conversation/AudioOnly/wav/M_0025_11y10m_1.wav' "
61
- "target='_blank'>sample audio</a>.<br>"
62
- "<u>Your voice never leaves your device.</u>"
63
  ),
64
  allow_flagging="never"
65
  )
 
58
  "Make sure you are the first person to speak!<br>"
59
  "You can also use a sample audio file for testing: "
60
  "<a href='https://www.uclass.psychol.ucl.ac.uk/Release2/Conversation/AudioOnly/wav/M_0025_11y10m_1.wav' "
61
+ "target='_blank'>sample audio</a>."
 
62
  ),
63
  allow_flagging="never"
64
  )