File size: 132 Bytes
9167ff3
3c04017
9167ff3
1b067ae
 
41ea295
1
2
3
4
5
6
import gradio as gr
import os

HF_TOKEN = os.environ["HF_TOKEN"]

gr.load("abidlabs/private-test-space", hf_token=HF_TOKEN).launch()