Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,18 +96,7 @@ with gr.Blocks(theme="NoCrypt/miku@>=1.2.2", fill_width=True, css=css) as demo:
|
|
96 |
container=True, format="png", object_fit="cover", columns=2, rows=2)
|
97 |
image_files = gr.Files(label="Download", interactive=False)
|
98 |
clear_results = gr.Button("Clear Gallery / Download 🗑️", variant="secondary")
|
99 |
-
|
100 |
-
examples = gr.Examples(
|
101 |
-
examples = [
|
102 |
-
["souryuu asuka langley, 1girl, neon genesis evangelion, plugsuit, pilot suit, red bodysuit, sitting, crossing legs, black eye patch, cat hat, throne, symmetrical, looking down, from bottom, looking at viewer, outdoors"],
|
103 |
-
["sailor moon, magical girl transformation, sparkles and ribbons, soft pastel colors, crescent moon motif, starry night sky background, shoujo manga style"],
|
104 |
-
["kafuu chino, 1girl, solo"],
|
105 |
-
["1girl"],
|
106 |
-
["beautiful sunset"],
|
107 |
-
],
|
108 |
-
inputs=[prompt],
|
109 |
-
cache_examples=False,
|
110 |
-
)
|
111 |
with gr.Tab("PNG Info"):
|
112 |
def extract_exif_data(image):
|
113 |
if image is None: return ""
|
|
|
96 |
container=True, format="png", object_fit="cover", columns=2, rows=2)
|
97 |
image_files = gr.Files(label="Download", interactive=False)
|
98 |
clear_results = gr.Button("Clear Gallery / Download 🗑️", variant="secondary")
|
99 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
with gr.Tab("PNG Info"):
|
101 |
def extract_exif_data(image):
|
102 |
if image is None: return ""
|