Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,7 @@ demo = gr.load(
|
|
16 |
title="Speech-to-text-LibriSpeech-Noise-Robust",
|
17 |
inputs="mic",
|
18 |
description="Let me try to guess what you're saying!",
|
19 |
-
api_key=auth_token
|
20 |
-
wait_for_model=True
|
21 |
)
|
22 |
|
23 |
demo.launch()
|
|
|
16 |
title="Speech-to-text-LibriSpeech-Noise-Robust",
|
17 |
inputs="mic",
|
18 |
description="Let me try to guess what you're saying!",
|
19 |
+
api_key=auth_token
|
|
|
20 |
)
|
21 |
|
22 |
demo.launch()
|