Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -106,11 +106,7 @@ examples = [
|
|
106 |
"A colossal steampunk clocktower pierces through storm clouds, its gears and mechanisms visible through crystalline walls. 'TIMEKEEPER'S LEGACY' is constructed from intricate brass and copper mechanisms that appear to be in constant motion. Lightning arcs between copper spires, while 'By Theodore Cogsworth' is etched in burnished bronze below. Mathematical equations and alchemical symbols float in the turbulent sky. [trigger]"
|
107 |
]
|
108 |
|
109 |
-
|
110 |
-
footer {
|
111 |
-
visibility: hidden;
|
112 |
-
}
|
113 |
-
"""
|
114 |
|
115 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
|
116 |
gr.HTML('<div class="title"> eBOOK Cover generation </div>')
|
|
|
106 |
"A colossal steampunk clocktower pierces through storm clouds, its gears and mechanisms visible through crystalline walls. 'TIMEKEEPER'S LEGACY' is constructed from intricate brass and copper mechanisms that appear to be in constant motion. Lightning arcs between copper spires, while 'By Theodore Cogsworth' is etched in burnished bronze below. Mathematical equations and alchemical symbols float in the turbulent sky. [trigger]"
|
107 |
]
|
108 |
|
109 |
+
|
|
|
|
|
|
|
|
|
110 |
|
111 |
with gr.Blocks(theme=gr.themes.Soft(), css=css, analytics_enabled=False) as demo:
|
112 |
gr.HTML('<div class="title"> eBOOK Cover generation </div>')
|