Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import numpy as np
|
|
11 |
auth_token = os.environ.get("key")
|
12 |
os.environ["HUGGING_FACE_HUB_TOKEN"] = auth_token
|
13 |
|
14 |
-
iface = gr.load(name="mutisya/transcribe-api
|
15 |
|
16 |
if __name__ == "__main__":
|
17 |
iface.queue(api_open=False).launch(show_api=False)
|
|
|
11 |
auth_token = os.environ.get("key")
|
12 |
os.environ["HUGGING_FACE_HUB_TOKEN"] = auth_token
|
13 |
|
14 |
+
iface = gr.load(name="mutisya/transcribe-api", hf_token=auth_token, src="spaces")
|
15 |
|
16 |
if __name__ == "__main__":
|
17 |
iface.queue(api_open=False).launch(show_api=False)
|