Spaces:
Running
Running
Update
Browse files
app.py
CHANGED
@@ -34,15 +34,7 @@ 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 |
-
- cartoon: 0-316
|
40 |
-
- caricature: 0-198
|
41 |
-
- anime: 0-173
|
42 |
-
- arcane: 0-99
|
43 |
-
- comic: 0-100
|
44 |
-
- pixar: 0-121
|
45 |
-
- slamdunk: 0-119
|
46 |
"""
|
47 |
ARTICLE = ''
|
48 |
|
|
|
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: (cartoon: 0-316, caricature: 0-198, anime: 0-173, arcane: 0-99, comic: 0-100, pixar: 0-121, slamdunk: 0-119)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
"""
|
39 |
ARTICLE = ''
|
40 |
|