Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
olive100
/
AnimeGanv2
like
0
Runtime error
App
Files
Files
Community
olive100
commited on
Jul 25, 2023
Commit
8d60e7d
•
1 Parent(s):
999c9c6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -33,4 +33,4 @@ demo = gr.Interface(
33
article=article)
34
35
gr.close_all()
36
-
demo.launch(
share=True
)
33
article=article)
34
35
gr.close_all()
36
+
demo.launch()