Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
VideoSwap
like
7
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
awacke1
commited on
Jul 4, 2022
Commit
c49dd59
·
1 Parent(s):
069384f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -34,5 +34,5 @@ demo2 = gr.Interface(
34
35
36
37
-
#
demo.launch()
38
-
demo2.launch()
34
35
36
37
+
demo.launch()
38
+
#
demo2.launch()