Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aupfe08
/
image_transform_with_AnimeGAN
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aupfe08
commited on
Aug 21, 2023
Commit
30a6939
·
1 Parent(s):
eb262e3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,6 +32,6 @@ demo = gr.Interface(
32
title=title,
33
description=description,
34
article=article,
35
-
examples=examples
)
36
37
demo.launch()
32
title=title,
33
description=description,
34
article=article,
35
+
)
36
37
demo.launch()