Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -90,17 +90,17 @@ def inference(
|
|
90 |
return image, seed, load_generated_images()
|
91 |
|
92 |
examples = [
|
93 |
-
"
|
94 |
|
95 |
-
"
|
96 |
|
97 |
-
"
|
98 |
|
99 |
-
"
|
100 |
|
101 |
-
"
|
102 |
|
103 |
-
"
|
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
|
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:
|