Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Reverent
/
proxy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
proxy
/
app.py
Reverent
Update app.py
cb66444
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
142 Bytes
import
gradio
as
gr
import
os
proxy = gr.load(
"Reverent/ATLEI2_FOR_PUBLIC_USE"
, src=
"spaces"
, hf_token=os.environ[
"HF_TOKEN"
])
proxy.launch()