ginipick commited on
Commit
8a10151
·
verified ·
1 Parent(s): 56348ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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
- css = """
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>')