ucmisanddisinfo commited on
Commit
78d4e71
1 Parent(s): f1b688d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1410,7 +1410,7 @@ with gr.Blocks(css=css) as myface:
1410
  }
1411
  </style>
1412
  <body>
1413
- <div class="center"><h1>Toy World</h1>
1414
  </div>
1415
  </body>
1416
  </div>
@@ -1421,7 +1421,7 @@ with gr.Blocks(css=css) as myface:
1421
  <br><h4>If a model is already loaded each new image takes less than 20 seconds to generate!</h4></p>
1422
  <p style="margin-bottom: 1px; color: #ffffff;">
1423
  <br>If you get <span style="color: #ff0000;">ERROR</span> it's because that model ran out of memory, try again, or wait a minute and try again, have fun!</p>
1424
- </div>
1425
  """)
1426
  with gr.Row():
1427
  with gr.Column(scale=100):
 
1410
  }
1411
  </style>
1412
  <body>
1413
+ <!--div class="center"><h1>Toy World</h1>
1414
  </div>
1415
  </body>
1416
  </div>
 
1421
  <br><h4>If a model is already loaded each new image takes less than 20 seconds to generate!</h4></p>
1422
  <p style="margin-bottom: 1px; color: #ffffff;">
1423
  <br>If you get <span style="color: #ff0000;">ERROR</span> it's because that model ran out of memory, try again, or wait a minute and try again, have fun!</p>
1424
+ </div-->
1425
  """)
1426
  with gr.Row():
1427
  with gr.Column(scale=100):