Spaces:
Running
Running
nithinraok
commited on
Commit
·
c5d9a5e
1
Parent(s):
8a7357f
update
Browse filesSigned-off-by: nithinraok <[email protected]>
app.py
CHANGED
|
@@ -362,7 +362,7 @@ nvidia_theme = gr_themes.Default(
|
|
| 362 |
# Apply the custom theme
|
| 363 |
with gr.Blocks(theme=nvidia_theme) as demo:
|
| 364 |
model_display_name = MODEL_NAME.split('/')[-1] if '/' in MODEL_NAME else MODEL_NAME
|
| 365 |
-
gr.Markdown(f"<h1 style='text-align: center; margin: 0 auto;'>Speech Transcription with {model_display_name}</h1>")
|
| 366 |
gr.HTML(article)
|
| 367 |
|
| 368 |
current_audio_path_state = gr.State(None)
|
|
|
|
| 362 |
# Apply the custom theme
|
| 363 |
with gr.Blocks(theme=nvidia_theme) as demo:
|
| 364 |
model_display_name = MODEL_NAME.split('/')[-1] if '/' in MODEL_NAME else MODEL_NAME
|
| 365 |
+
gr.Markdown(f"<h1 style='text-align: center; margin: 0 auto;'>Speech Transcription with 🦜 {model_display_name}</h1>")
|
| 366 |
gr.HTML(article)
|
| 367 |
|
| 368 |
current_audio_path_state = gr.State(None)
|