AkashMnd commited on
Commit
5a2cdd8
·
1 Parent(s): a90cdb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(
18
  fn=transcribe_audio,
19
  inputs=["microphone"],
20
  outputs=gr.Textbox(),
21
- title="Team UNDERGOD SIF Hackathon Audio to Text Demo (Using Faster Whisper Tiny int 8 CPU)",
22
  description="This Demo Shows our state of the art solution for Psuedo real-time audio transcription (Only English Accepted)"
23
  )
24
 
 
18
  fn=transcribe_audio,
19
  inputs=["microphone"],
20
  outputs=gr.Textbox(),
21
+ title="Team UNDERGOD SIF Hackathon Audio to Text Demo (Press Submit Again if it shows Error!)",
22
  description="This Demo Shows our state of the art solution for Psuedo real-time audio transcription (Only English Accepted)"
23
  )
24