Denver Citizen9 commited on
Commit
95f0d5d
·
1 Parent(s): 8ac27ef

updated cats

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -33,9 +33,8 @@ def launch_demo():
33
  "Lack of Cleanliness/Bad Hygiene",
34
  "Lifestyle",
35
  "Occupation",
36
- "Poor Taste",
37
- "Lack of Culture",
38
- "Inability to Cook"
39
  ]
40
 
41
 
@@ -83,7 +82,7 @@ def launch_demo():
83
  inputs=[dropdown, text_input],
84
  outputs=output,
85
  examples=examples,
86
- title="Yo Momma's so Generative...",
87
  description="How Generative is Yo Momma? Select Category, enter Topic, and click Submit to find out. You can also try a supplied example.",
88
  theme="default",
89
  ).launch()
 
33
  "Lack of Cleanliness/Bad Hygiene",
34
  "Lifestyle",
35
  "Occupation",
36
+ "Culture",
37
+ "Cooking Skills"
 
38
  ]
39
 
40
 
 
82
  inputs=[dropdown, text_input],
83
  outputs=output,
84
  examples=examples,
85
+ title="Yo Momma so Generative...",
86
  description="How Generative is Yo Momma? Select Category, enter Topic, and click Submit to find out. You can also try a supplied example.",
87
  theme="default",
88
  ).launch()