proxy / app.py
Reverent's picture
Update app.py
32b67c3 verified
raw
history blame
127 Bytes
import gradio as gr
import os
proxy = gr.load("Reverent/ATLEI2", src="spaces", hf_token=os.environ["HF_TOKEN"])
proxy.launch()