Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,5 +13,6 @@ 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)
|
|
|
13 |
|
14 |
iface = gr.load(name="mutisya/transcribe-api", hf_token=auth_token, src="spaces")
|
15 |
|
16 |
+
|
17 |
if __name__ == "__main__":
|
18 |
iface.queue(api_open=False).launch(show_api=False)
|