Spaces:
Running
on
Zero
Running
on
Zero
nithinraok
commited on
Commit
·
9ccb9cc
1
Parent(s):
d8c0ca8
add pacakge
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)
|