Eaglebelt commited on
Commit
1c45b4a
·
verified ·
1 Parent(s): b1e7dae

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def virtual_tryon(
48
  # 5) Gradio UI
49
 
50
 
51
- with gr.Blocks() as demo:
52
  gr.Markdown("## V_TRY DEMO")
53
  with gr.Row():
54
  with gr.Column():
 
48
  # 5) Gradio UI
49
 
50
 
51
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
52
  gr.Markdown("## V_TRY DEMO")
53
  with gr.Row():
54
  with gr.Column():