Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Mrlongpro/BanNsfw
Nymbo
/
undress
like
4
Running
App
Files
Files
Community
Mrlongpro
commited on
Jun 22
Commit
a2fdd85
•
1 Parent(s):
b4430d4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-3
app.py
CHANGED
Viewed
@@ -74,6 +74,4 @@ web = gr.Interface(inference,
74
)
75
76
if __name__ == '__main__':
77
-
web.launch(
78
-
enable_queue=True
79
-
)
74
)
75
76
if __name__ == '__main__':
77
+
web.launch(
)