Update inference_webui.py
Browse files- inference_webui.py +3 -12
inference_webui.py
CHANGED
@@ -94,18 +94,9 @@ def inference(
|
|
94 |
|
95 |
|
96 |
examples = [
|
97 |
-
"
|
98 |
-
|
99 |
-
"A cartoon drawing of an enthusiastic orange tabby cat in a puffy white chef's hat. The cat stands on its hind legs at a tiny wooden counter, wearing a white apron covered in flour pawprints. Its green eyes are focused intently on the cookie dough it's rolling with a miniature rolling pin. The background is a warm cream color with tiny floating cooking utensils and swirling steam patterns. [trigger]",
|
100 |
-
|
101 |
-
"A cartoon drawing of a sophisticated tuxedo cat photographer with round wire-rimmed glasses perched on its nose. The cat balances carefully on a tree branch, one paw holding a vintage camera while its tail curls in concentration. It wears a tiny brown beret and leather camera bag. The background is a soft blue with playful butterfly silhouettes and floating leaves. [trigger]",
|
102 |
-
|
103 |
-
"A cartoon drawing of a chubby Scottish Fold cat floating in a space capsule. The cat wears an adorable white spacesuit with colorful patches, its round face visible through the helmet visor. Its paws are batting at star-shaped toys that float around in zero gravity. The background shows a stylized view of Earth and twinkling stars through the capsule window. [trigger]",
|
104 |
-
|
105 |
-
"A cartoon drawing of an elegant Siamese ballet dancer cat in mid-twirl. The cat wears a sparkly pink tutu that flares out perfectly, with tiny satin ribbons wrapped around its ankles. Its blue eyes are closed in graceful concentration as it performs a pirouette. The background is a soft lavender with swirling musical notes and floating rose petals. [trigger]",
|
106 |
-
|
107 |
-
"A cartoon drawing of an adventurous calico cat riding atop a smiling elephant. The cat wears a tiny khaki explorer's vest filled with equipment, and a safari hat tilted at a jaunty angle. It holds a comically large map while the elephant's trunk curls up playfully. The background is a warm orange sunset with stylized acacia trees and cartoon birds soaring past. [trigger]"
|
108 |
]
|
|
|
109 |
css = """
|
110 |
footer {
|
111 |
visibility: hidden;
|
@@ -113,7 +104,7 @@ footer {
|
|
113 |
"""
|
114 |
|
115 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
|
116 |
-
gr.HTML('<div class="title">
|
117 |
|
118 |
|
119 |
with gr.Tabs() as tabs:
|
|
|
94 |
|
95 |
|
96 |
examples = [
|
97 |
+
"polaroid style, a woman with long blonde hair wearing big round hippie sunglasses with a slight smile, white oversized fur coat, black dress, early evening in the city, polaroid style [trigger]"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
]
|
99 |
+
|
100 |
css = """
|
101 |
footer {
|
102 |
visibility: hidden;
|
|
|
104 |
"""
|
105 |
|
106 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
|
107 |
+
gr.HTML('<div class="title"> Polaroid style Image Generation </div>')
|
108 |
|
109 |
|
110 |
with gr.Tabs() as tabs:
|