Spaces:
Runtime error
Runtime error
Denver Citizen9
commited on
Commit
·
74df4ec
1
Parent(s):
3c61c6b
updated cats
Browse files
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="
|
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 |
|