Severian commited on
Commit
90f8b0b
·
verified ·
1 Parent(s): 3c35602

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -281,7 +281,14 @@ def invert_init_image_display(image):
281
  return Image.fromarray(inverted)
282
  return inverted
283
 
284
- with gr.Blocks(theme='Hev832/Applio') as blocks:
 
 
 
 
 
 
 
285
  gr.Markdown(
286
  """
287
  ![Yamamoto Logo](https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/_VyYxp5qE_nRZ_LJqBxmL.webp)
 
281
  return Image.fromarray(inverted)
282
  return inverted
283
 
284
+ css = """
285
+ h1 {
286
+ text-align: center;
287
+ display:block;
288
+ }
289
+ """
290
+
291
+ with gr.Blocks(theme='Hev832/Applio', css=css) as blocks:
292
  gr.Markdown(
293
  """
294
  ![Yamamoto Logo](https://cdn-uploads.huggingface.co/production/uploads/64740cf7485a7c8e1bd51ac9/_VyYxp5qE_nRZ_LJqBxmL.webp)