ford442 commited on
Commit
8a296d6
Β·
1 Parent(s): 3428549

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -45,17 +45,6 @@ FTP_USER = "ford442"
45
  FTP_PASS = "GoogleBez12!"
46
  FTP_DIR = "1ink.us/stable_diff/" # Remote directory on FTP server
47
 
48
- css = '''
49
- .gradio-container{max-width: 570px !important}
50
- h1{text-align:center}
51
- footer {
52
- visibility: hidden
53
- }
54
- body {
55
- background-color: green;
56
- }
57
- '''
58
-
59
  DESCRIPTIONXX = """
60
  ## REALVISXL V5.0 BF16 ⚑⚑⚑⚑
61
  """
@@ -330,6 +319,17 @@ def load_predefined_images1():
330
  ]
331
  return predefined_images1
332
 
 
 
 
 
 
 
 
 
 
 
 
333
  with gr.Blocks(theme=gr.themes.Base(),css=css) as demo:
334
  gr.Markdown(DESCRIPTIONXX)
335
  with gr.Row():
 
45
  FTP_PASS = "GoogleBez12!"
46
  FTP_DIR = "1ink.us/stable_diff/" # Remote directory on FTP server
47
 
 
 
 
 
 
 
 
 
 
 
 
48
  DESCRIPTIONXX = """
49
  ## REALVISXL V5.0 BF16 ⚑⚑⚑⚑
50
  """
 
319
  ]
320
  return predefined_images1
321
 
322
+ css = '''
323
+ .gradio-container{max-width: 570px !important}
324
+ h1{text-align:center}
325
+ footer {
326
+ visibility: hidden
327
+ }
328
+ body {
329
+ background-color: green;
330
+ }
331
+ '''
332
+
333
  with gr.Blocks(theme=gr.themes.Base(),css=css) as demo:
334
  gr.Markdown(DESCRIPTIONXX)
335
  with gr.Row():