Spaces:
Runtime error
Runtime error
Denver Citizen9
commited on
Commit
·
95f0d5d
1
Parent(s):
8ac27ef
updated cats
Browse files
app.py
CHANGED
@@ -33,9 +33,8 @@ def launch_demo():
|
|
33 |
"Lack of Cleanliness/Bad Hygiene",
|
34 |
"Lifestyle",
|
35 |
"Occupation",
|
36 |
-
"
|
37 |
-
"
|
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
|
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()
|