Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ style_slider = gr.Slider(0, 1, value=0, step=0.1, label="Transcription Style",
|
|
55 |
info="Adjust the transcription style: 0 (casual) to 1 (formal).")
|
56 |
output_textbox = gr.Textbox(label="Transcription Output")
|
57 |
|
58 |
-
text = "ASR Transcription Opensource Demo"
|
59 |
|
60 |
# description
|
61 |
description = (
|
|
|
55 |
info="Adjust the transcription style: 0 (casual) to 1 (formal).")
|
56 |
output_textbox = gr.Textbox(label="Transcription Output")
|
57 |
|
58 |
+
text = "ASR Transcription Opensource Demo-CPU"
|
59 |
|
60 |
# description
|
61 |
description = (
|