Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ demo = gr.load(
|
|
40 |
title="Speech-to-text",
|
41 |
inputs="mic",
|
42 |
description="Let me try to guess what you're saying!",
|
43 |
-
api_key=
|
44 |
)
|
45 |
|
46 |
demo.launch()
|
|
|
40 |
title="Speech-to-text",
|
41 |
inputs="mic",
|
42 |
description="Let me try to guess what you're saying!",
|
43 |
+
api_key="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"
|
44 |
)
|
45 |
|
46 |
demo.launch()
|