vineet124jig commited on
Commit
296c0e9
·
verified ·
1 Parent(s): c433823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -93,13 +93,12 @@ def transcribe_audio(input_type, audio_url, file_store_key, language, request: g
93
 
94
  with gr.Blocks() as demo:
95
  gr.Markdown("""
96
- <div style='text-align: center; margin-bottom: 24px;'>
97
- <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>Speech-to-Text Transcription</h1>
98
- <p style='font-size:1.2em; margin-top: 0;'>Transcribe video and audio files with ease leveraging Whisper large V3 AI model.</p>
99
- <p style='font-size:1em; margin-top: 0.5em;'>Supported formats: MP3, WAV, M4A, FLAC, AAC, OGG, WEBM. Max file size: 100MB, Max duration: 4 hours.</p>
100
- <p style='font-size:0.9em; margin-top: 0.5em; color: #666;'>Rate limit: {MAX_REQUESTS} requests per {TIME_WINDOW} seconds per IP</p>
101
- </div>
102
- """)
103
  with gr.Row():
104
  with gr.Column():
105
  gr.Markdown("#### Audio Input")
 
93
 
94
  with gr.Blocks() as demo:
95
  gr.Markdown("""
96
+ <div style='text-align: center; margin-bottom: 24px;'>
97
+ <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>🧩 Speech-to-Text Transcription</h1>
98
+ <p style='font-size:1.2em; margin-top: 0;'>Convert speech to text with ease.</p>
99
+ <p style='font-size:1em; margin-top: 0.5em;'>For more details and API usage, see the <a href='https://jigsawstack.com/docs/api-reference/ai/speech-to-text' target='_blank'>documentation</a>.</p>
100
+ </div>
101
+ """)
 
102
  with gr.Row():
103
  with gr.Column():
104
  gr.Markdown("#### Audio Input")