Spaces:
Running
Running
Update description
Browse files
app.py
CHANGED
@@ -33,8 +33,10 @@ TITLE = 'williamyang1991/DualStyleGAN'
|
|
33 |
DESCRIPTION = f"""A demo for {ORIGINAL_REPO_URL}
|
34 |
|
35 |
You can select style images for cartoon from the table below.
|
|
|
36 |
|
37 |
-
The style image index should be in the following range:
|
|
|
38 |
"""
|
39 |
ARTICLE = '![cartoon style images](https://user-images.githubusercontent.com/18130694/159848447-96fa5194-32ec-42f0-945a-3b1958bf6e5e.jpg)'
|
40 |
|
|
|
33 |
DESCRIPTION = f"""A demo for {ORIGINAL_REPO_URL}
|
34 |
|
35 |
You can select style images for cartoon from the table below.
|
36 |
+
(Currently, style image tables for other style types are not available.)
|
37 |
|
38 |
+
The style image index should be in the following range:
|
39 |
+
(cartoon: 0-316, caricature: 0-198, anime: 0-173, arcane: 0-99, comic: 0-100, pixar: 0-121, slamdunk: 0-119)
|
40 |
"""
|
41 |
ARTICLE = '![cartoon style images](https://user-images.githubusercontent.com/18130694/159848447-96fa5194-32ec-42f0-945a-3b1958bf6e5e.jpg)'
|
42 |
|