Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AItool
/
RIFEimgInterpolation
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
AItool
commited on
14 days ago
Commit
136fd88
·
verified
·
1 Parent(s):
d96f2da
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -102,4 +102,4 @@ with gr.Blocks(title="RIFE Interpolation") as demo:
102
outputs=[user_out, user_path],
103
)
104
105
-
app
.launch()
102
outputs=[user_out, user_path],
103
)
104
105
+
demo
.launch()