cmahima commited on
Commit
f9910bc
Β·
1 Parent(s): e3648a7

add changes

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -283,11 +283,16 @@ def open_link(link):
283
  print(f"link is {link}")
284
  return link
285
  ##default human
286
- seafoam = Seafoam()
 
 
 
 
 
287
 
288
  image_blocks = gr.Blocks(theme=seafoam).queue()
289
  with image_blocks as demo:
290
- gr.HTML("<center><h1>Shop with Window πŸ›οΈπŸ‘—πŸ‘•πŸ›’</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>")
292
 
293
  with gr.Row():
 
283
  print(f"link is {link}")
284
  return link
285
  ##default human
286
+ seafoam = gr.themes.Default().set(
287
+ button_primary_background_fill="#168f79",
288
+ button_primary_background_fill_dark="#00a49c",
289
+ button_primary_border="*button_primary_background_fill",
290
+ button_primary_border_dark="*button_primary_background_fill_dark",
291
+ )
292
 
293
  image_blocks = gr.Blocks(theme=seafoam).queue()
294
  with image_blocks as demo:
295
+ gr.HTML("<center><h1>Sheekify Demo πŸ›οΈπŸ‘—πŸ‘•πŸ›’</h1></center>")
296
  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>")
297
 
298
  with gr.Row():