Update app.py
Browse files
app.py
CHANGED
@@ -277,11 +277,34 @@ with gr.Blocks(
|
|
277 |
# 示例区
|
278 |
gr.Examples(
|
279 |
examples=[
|
280 |
-
[
|
281 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
],
|
283 |
inputs=[prompt, img_input],
|
284 |
-
label="
|
|
|
285 |
)
|
286 |
|
287 |
# 事件处理
|
|
|
277 |
# 示例区
|
278 |
gr.Examples(
|
279 |
examples=[
|
280 |
+
[
|
281 |
+
"Victorian era, 19th-century gentleman wearing a black top hat and tuxedo, standing on a cobblestone street, dim gaslight lamps, passersby in vintage clothing, gentle breeze moving his coat, slow cinematic pan around him, nostalgic retro film style, realistic textures",
|
282 |
+
"https://d2g64w682n9w0w.cloudfront.net/media/images/1745725874603980753_95mFCAxu.jpg"
|
283 |
+
],
|
284 |
+
[
|
285 |
+
"A cyberpunk female warrior with short silver hair and glowing green eyes, wearing a futuristic armored suit, standing in a neon-lit rainy city street, camera slowly circling around her, raindrops falling in slow motion, neon reflections on wet pavement, cinematic atmosphere, highly detailed, ultra realistic, 4K",
|
286 |
+
"https://d2g64w682n9w0w.cloudfront.net/media/images/1745726299175719855_pFO0WSRM.jpg"
|
287 |
+
],
|
288 |
+
[
|
289 |
+
"Wide shot of a brave medieval female knight in shining silver armor and a red cape, standing on a castle rooftop at sunset, slowly drawing a large ornate sword from its scabbard, seen from a distance with the vast castle and surrounding landscape in the background, golden light bathing the scene, hair and cape flowing gently in the wind, cinematic epic atmosphere, dynamic motion, majestic clouds drifting, ultra realistic, high fantasy world, 4K ultra-detailed",
|
290 |
+
"https://d2g64w682n9w0w.cloudfront.net/media/images/1745727436576834405_rtsokheb.jpg"
|
291 |
+
],
|
292 |
+
[
|
293 |
+
"A girl stands in a lively 17th-century market. She holds a red tomato, looks gently into the camera and smiles briefly. Then, she glances at the tomato in her hand, slowly sets it back into the basket, turns around gracefully, and walks away with her back to the camera. The market around her is rich with colorful vegetables, meats hanging above, and bustling townsfolk. Golden-hour painterly lighting, subtle facial expressions, smooth cinematic motion, ultra-realistic detail, Vermeer-inspired style",
|
294 |
+
"https://d2g64w682n9w0w.cloudfront.net/media/images/1745079024013078406_QT6jKNPZ.png"
|
295 |
+
],
|
296 |
+
[
|
297 |
+
"A calming video explaining diabetes management and prevention tips to reduce anxiety.",
|
298 |
+
"https://d2g64w682n9w0w.cloudfront.net/predictions/517d518c28ef49ed9464610af48528f5/1.jpg"
|
299 |
+
],
|
300 |
+
[
|
301 |
+
"Girl dancing and spinning with friends.",
|
302 |
+
"https://d2g64w682n9w0w.cloudfront.net/media/d45e0d4893d44712b359f3ad0b3c2795/images/1745449961409630099_KISOKGEB.jpg"
|
303 |
+
]
|
304 |
],
|
305 |
inputs=[prompt, img_input],
|
306 |
+
label="Example Inputs",
|
307 |
+
examples_per_page=3
|
308 |
)
|
309 |
|
310 |
# 事件处理
|