Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,12 +95,7 @@ def generate(
|
|
95 |
|
96 |
|
97 |
examples = [
|
98 |
-
"
|
99 |
-
"a cat eating a piece of cheese",
|
100 |
-
"an astronaut riding a horse in space",
|
101 |
-
"a cartoon of a boy playing with a tiger",
|
102 |
-
"a cute robot artist painting on an easel, concept art",
|
103 |
-
"a close up of a woman wearing a transparent, prismatic, elaborate nemeses headdress, over the should pose, brown skin-tone"
|
104 |
]
|
105 |
|
106 |
css = '''
|
@@ -109,6 +104,11 @@ h1{text-align:center}
|
|
109 |
'''
|
110 |
with gr.Blocks(css=css) as demo:
|
111 |
gr.Markdown(DESCRIPTION)
|
|
|
|
|
|
|
|
|
|
|
112 |
gr.DuplicateButton(
|
113 |
value="Duplicate Space for private use",
|
114 |
elem_id="duplicate-button",
|
|
|
95 |
|
96 |
|
97 |
examples = [
|
98 |
+
"Full-body, realistic photo of a network engineer in a data center, conducting an experiment"
|
|
|
|
|
|
|
|
|
|
|
99 |
]
|
100 |
|
101 |
css = '''
|
|
|
104 |
'''
|
105 |
with gr.Blocks(css=css) as demo:
|
106 |
gr.Markdown(DESCRIPTION)
|
107 |
+
gr.Markdown(
|
108 |
+
"""
|
109 |
+
Made by csit.udru.ac.th for non-commercial license
|
110 |
+
"""
|
111 |
+
)
|
112 |
gr.DuplicateButton(
|
113 |
value="Duplicate Space for private use",
|
114 |
elem_id="duplicate-button",
|