AskCyph-Coder / app.py
geeek's picture
Update app.py
012fd2a verified
raw
history blame
118 Bytes
import gradio as gr
token = os.environ["HF_TOKEN"]
demo = gr.load(REPO_NAME, src="spaces",token=token)
demo.launch()