Denver Citizen9 commited on
Commit
74df4ec
·
1 Parent(s): 3c61c6b

updated cats

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,6 +31,7 @@ def launch_demo():
31
  "Age",
32
  "Financial Status",
33
  "Cleanliness",
 
34
  "Hygiene",
35
  "Lifestyle",
36
  "Occupation",
@@ -84,7 +85,7 @@ def launch_demo():
84
  outputs=output,
85
  examples=examples,
86
  title="Yo Momma so Generative...",
87
- description="How Generative is Yo Momma?<br>Find out by selecting a Category, entering a Topic, and clicking Submit.<br><br>You can also try a supplied example.",
88
  theme="default",
89
  ).launch()
90
 
 
31
  "Age",
32
  "Financial Status",
33
  "Cleanliness",
34
+ "Dirtyness",
35
  "Hygiene",
36
  "Lifestyle",
37
  "Occupation",
 
85
  outputs=output,
86
  examples=examples,
87
  title="Yo Momma so Generative...",
88
+ description="Select a Category, enter a Topic, and click Submit to find out how generative Yo Momma is.<br><br>You can also try selecting one of the supplied examples.",
89
  theme="default",
90
  ).launch()
91