cmahima commited on
Commit
e89d32d
Β·
1 Parent(s): 290331f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ def open_link(link):
285
  ##default human
286
  seafoam = Seafoam()
287
 
288
- image_blocks = gr.Blocks(theme='finlaymacklon/boxy_violet').queue()
289
  with image_blocks as demo:
290
  gr.HTML("<center><h1>Sheekify πŸ›οΈπŸ‘—πŸ‘•πŸ›’</h1></center>")
291
  gr.HTML("<center><p>Upload an image of yourself or select from examples then describe your garment in the text box and wait for the magic. ✨</p></center>")
 
285
  ##default human
286
  seafoam = Seafoam()
287
 
288
+ image_blocks = gr.Blocks(theme=gr.themes.Soft()).queue()
289
  with image_blocks as demo:
290
  gr.HTML("<center><h1>Sheekify πŸ›οΈπŸ‘—πŸ‘•πŸ›’</h1></center>")
291
  gr.HTML("<center><p>Upload an image of yourself or select from examples then describe your garment in the text box and wait for the magic. ✨</p></center>")