hysts HF staff commited on
Commit
0bb38e6
1 Parent(s): 8e6dd19
Files changed (1) hide show
  1. app.py +1 -9
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 = '![cartoon style images](https://user-images.githubusercontent.com/18130694/159848447-96fa5194-32ec-42f0-945a-3b1958bf6e5e.jpg)'
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 = '![cartoon style images](https://user-images.githubusercontent.com/18130694/159848447-96fa5194-32ec-42f0-945a-3b1958bf6e5e.jpg)'
40