Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -188,6 +188,7 @@ mf_transcribe = gr.Interface(
|
|
188 |
description=(
|
189 |
"Scroll to Bottom to show system status. "
|
190 |
"Transcribe long-form microphone or audio file after uploaded audio! "
|
|
|
191 |
),
|
192 |
allow_flagging="never",
|
193 |
)
|
|
|
188 |
description=(
|
189 |
"Scroll to Bottom to show system status. "
|
190 |
"Transcribe long-form microphone or audio file after uploaded audio! "
|
191 |
+
"Notice: the space need some time to get a gpu to run, so there may be a delay "
|
192 |
),
|
193 |
allow_flagging="never",
|
194 |
)
|