porntech's picture
Update app.py
901f5e0
raw
history blame
225 Bytes
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()