Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
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")
|