aiqtech commited on
Commit
c389f5e
1 Parent(s): 1640375

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -90,17 +90,17 @@ def inference(
90
  return image, seed, load_generated_images()
91
 
92
  examples = [
93
- "Ghibli style futuristic stormtrooper with glossy white armor and a sleek helmet, standing heroically on a lush alien planet, vibrant flowers blooming around, soft sunlight illuminating the scene, a gentle breeze rustling the leaves. The armor reflects the pink and purple hues of the alien sunset, creating an ethereal glow around the figure. [trigger]",
94
 
95
- "Ghibli style young mechanic girl in a floating workshop, surrounded by hovering tools and glowing mechanical parts, her blue overalls covered in oil stains, tinkering with a semi-transparent robot companion. Magical sparks fly as she works, while floating islands with waterfalls drift past her open workshop window. [trigger]",
96
 
97
- "Ghibli style ancient forest guardian robot, covered in moss and flowering vines, sitting peacefully in a crystal-clear lake. Its gentle eyes glow with soft blue light, while bioluminescent dragonflies dance around its weathered metal frame. Ancient tech symbols on its surface pulse with a gentle rhythm. [trigger]",
98
 
99
- "Ghibli style sky whale transport ship, its metallic skin adorned with traditional Japanese patterns, gliding through cotton candy clouds at sunrise. Small floating gardens hang from its sides, where workers in futuristic kimonos tend to glowing plants. Rainbow auroras shimmer in the background. [trigger]",
100
 
101
- "Ghibli style cyber-shrine maiden with flowing holographic robes, performing a ritual dance among floating lanterns and digital cherry blossoms. Her traditional headdress emits soft light patterns, while spirit-like AI constructs swirl around her in elegant patterns. The scene is set in a modern shrine with both ancient wood and sleek chrome elements. [trigger]",
102
 
103
- "Ghibli style robot farmer tending to floating rice paddies in the sky, wearing a traditional straw hat with advanced sensors. Its gentle movements create ripples in the water as it plants glowing rice seedlings. Flying fish leap between the terraced fields, leaving trails of sparkles in their wake, while future Tokyo's spires gleam in the distance. [trigger]"
104
  ]
105
 
106
  css = """
@@ -110,7 +110,7 @@ footer {
110
  """
111
 
112
  with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, analytics_enabled=False) as demo:
113
- gr.HTML('<div class="title"> FLUX Ghibli LoRA</div>')
114
  gr.HTML('<div class="title">😄Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
115
 
116
  with gr.Tabs() as tabs:
 
90
  return image, seed, load_generated_images()
91
 
92
  examples = [
93
+ "K9 Thunder self-propelled artillery positioned on a strategic hilltop at dawn, its 155mm barrel gleaming in the morning light. The massive tracks leave deep impressions in the terrain, while advanced fire control systems and thermal imaging displays glow inside the cabin. The morning mist swirls around its imposing silhouette. [trigger]",
94
 
95
+ "K9 Thunder demonstrating rapid fire capability during a winter exercise, snow flying from its tracks as it maneuvers. The 52-caliber gun barrel elevates smoothly while automated loading systems efficiently handle the ammunition. Artillery crew in winter camouflage coordinate the precision fire mission. [trigger]",
96
 
97
+ "K9 Thunder crossing a reinforced bridge during monsoon season, its advanced suspension system handling the challenging terrain. Water beads off its defensive armor plating while the turret rotates, testing weapon stabilization. The military green finish contrasts with the stormy sky. [trigger]",
98
 
99
+ "K9 Thunder in desert deployment configuration, its advanced cooling systems handling the extreme heat. The extended range ammunition is being loaded while diagnostic systems monitor performance. Sand-colored camouflage blends with the arid environment as heat waves distort the horizon. [trigger]",
100
 
101
+ "K9 Thunder conducting a night fire mission, muzzle flash illuminating the darkness. The automated fire control system displays light up the cabin interior while thermal imaging systems scan the target area. The powerful engine rumbles as it adjusts position between salvos. [trigger]",
102
 
103
+ "K9 Thunder during a combined arms exercise, coordinating with reconnaissance drones and forward observers. Its digital battle management system processes target data while the hydraulic stabilizers deploy. Modern combat networking equipment connects it to the battlefield grid as supporting units move into position. [trigger]"
104
  ]
105
 
106
  css = """
 
110
  """
111
 
112
  with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, analytics_enabled=False) as demo:
113
+ gr.HTML('<div class="title"> FLUX LoRA Military K9</div>')
114
  gr.HTML('<div class="title">😄Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
115
 
116
  with gr.Tabs() as tabs: