File size: 259 Bytes
797a1d2
6ef1cfd
f17c863
 
797a1d2
 
 
 
f17c863
013d4e1
 
1
2
3
4
5
6
7
8
9
10
11
import os
import gradio as gr

# Load the components from the private Space
loaded_components = gr.load(
    "spaces/OptiPose/JavePose_private",
    hf_token=os.environ["HUGGINGFACE_TOKEN"]
)

# Launch the loaded components directly
loaded_components.launch()