qamarsidd commited on
Commit
1545980
1 Parent(s): ee74fc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ iface = gr.Interface(
24
  gr.Textbox(label="Transcription"),
25
  gr.File(label="Download Transcript")
26
  ],
27
- title="Audio Transcription Tool",
28
- description="Upload an audio file (WAV, MP3, etc.) up to 25MB to get its transcription. Please use responsibly."
29
  )
30
 
31
  iface.launch(share=True)
 
24
  gr.Textbox(label="Transcription"),
25
  gr.File(label="Download Transcript")
26
  ],
27
+ title="Free Transcript Maker",
28
+ description="Upload an audio file (WAV, MP3, etc.) up to 25MB to get its transcription. The transcript will be displayed and available for download. Please use responsibly."
29
  )
30
 
31
  iface.launch(share=True)