Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
porntech
/
sex-position-video
like
5
Runtime error
App
Files
Files
Community
porntech
commited on
Jun 8, 2023
Commit
d26e826
•
1 Parent(s):
961b0c4
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import gradio as gr
2
+
3
+
with gr.Blocks() as demo:
4
+
with gr.Tab("sex position classifier for video"):
5
+
gr.load("porntech/sex-position-classifier", src="spaces")
6
+
7
+
demo.launch()