Yao211 commited on
Commit
9a00cb8
Β·
verified Β·
1 Parent(s): a983ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -227,7 +227,7 @@ garment_examples = [
227
  if f.endswith(('.jpg', '.jpeg', '.png'))
228
  ] if os.path.exists(os.path.join(example_path, "garment")) else []
229
 
230
- with gr.Blocks(css=css, title=f"{COMPANY_NAME} Virtual Try-On") as demo:
231
  gr.Markdown("""
232
  <div style="display: flex; align-items: center;">
233
  <img src="https://avatars.githubusercontent.com/u/211682198?s=200&v=4" style="width: 80px; margin-right: 20px;"/>
 
227
  if f.endswith(('.jpg', '.jpeg', '.png'))
228
  ] if os.path.exists(os.path.join(example_path, "garment")) else []
229
 
230
+ with gr.Blocks(css=css, title=f"{COMPANY_NAME} Virtual Try-On", theme=gr.themes.Ocean()) as demo:
231
  gr.Markdown("""
232
  <div style="display: flex; align-items: center;">
233
  <img src="https://avatars.githubusercontent.com/u/211682198?s=200&v=4" style="width: 80px; margin-right: 20px;"/>