Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks(
|
|
251 |
theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg) # make text slightly bigger (default is text_md )
|
252 |
) as demo:
|
253 |
|
254 |
-
gr.HTML("<h1 style='text-align: center'>
|
255 |
|
256 |
with gr.Row():
|
257 |
with gr.Column():
|
|
|
251 |
theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg) # make text slightly bigger (default is text_md )
|
252 |
) as demo:
|
253 |
|
254 |
+
gr.HTML("<h1 style='text-align: center'>Fast Conformer model: Transcribe & Translate audio</h1>")
|
255 |
|
256 |
with gr.Row():
|
257 |
with gr.Column():
|