import gradio as gr import os with gr.Blocks() as demo: with gr.Tab("sex position classifier for video"): gr.load("porntech/sex-position-classifier", src="spaces", hf_token=os.environ["PORNTECH_SECRET"]) demo.launch()