mutisya's picture
Update app.py
6385d42 verified
raw
history blame
250 Bytes
import gradio as gr
import os
auth_token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
iface = gr.load(name="mutisya/transcribe-api", hf_token=auth_token, src="spaces")
if __name__ == "__main__":
iface.queue(api_open=False).launch(show_api=False)