TYH71 commited on
Commit
d071360
·
1 Parent(s): 0d45605

add: flower example

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -9,13 +9,15 @@ from src.core.logger import logger
9
  from src.interface.clip import clip_demo_fn
10
 
11
  # Constants
12
-
13
  EXAMPLES = [
14
- ["examples/9FGUrrp.jpg", "anime character, human being, anime male, anime female"],
15
- # [
16
- # "examples/Dandelion-Tea-Fertilzer-Feature.jpg",
17
- # "marigold, buttercup, oxeye daisy, common dandelion",
18
- # ],
 
 
 
19
  ]
20
 
21
  demo = gr.Interface(
 
9
  from src.interface.clip import clip_demo_fn
10
 
11
  # Constants
 
12
  EXAMPLES = [
13
+ [
14
+ "examples/9FGUrrp.jpg",
15
+ "anime character, human being, anime male, anime female"
16
+ ],
17
+ [
18
+ "examples/Dandelion-Tea-Fertilzer-Feature.jpg",
19
+ "marigold, buttercup, oxeye daisy, common dandelion",
20
+ ],
21
  ]
22
 
23
  demo = gr.Interface(