Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nateraw
/
animegan-v2-for-videos
like
151
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
yourusername
commited on
Nov 24, 2021
Commit
b12f76d
·
1 Parent(s):
2fa7b03
:fire: remove debug flag
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -154,4 +154,4 @@ gr.Interface(
154
['obama.webm', 0, 4],
155
],
156
allow_flagging=False,
157
-
).launch(
debug=True
)
154
['obama.webm', 0, 4],
155
],
156
allow_flagging=False,
157
+
).launch()