Siyun He commited on
Commit
de3be89
·
1 Parent(s): ea59c84

improve interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -326,7 +326,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="purple", secondary_hue="blue"))
326
  choices=["classic_red", "deep_red", "cherry_red", "rose_red", "wine_red", "brick_red", "coral_red", "berry_red", "ruby_red", "crimson_red", "none"],
327
  value="none", label="Select Lip Color"
328
  )
329
- gr.Markdown("<p style='text-align: left; font-weight: bold; color: purple;'>🟣Click the Webcam icon to start the camera, and then press the record button to start the virtual try-on.</p>")
330
  input_img = gr.Image(sources=["webcam"], type="numpy", streaming=True)
331
  next_button = gr.Button("Next Glasses➡️")
332
  gr.Markdown("<p style='text-align: left; color: purple;'>🟣Face Shape and Recommended Glass Shape</p>")
 
326
  choices=["classic_red", "deep_red", "cherry_red", "rose_red", "wine_red", "brick_red", "coral_red", "berry_red", "ruby_red", "crimson_red", "none"],
327
  value="none", label="Select Lip Color"
328
  )
329
+ gr.Markdown("<p style='text-align: left; font-weight: bold; color: purple;'>🟣Click the Webcam icon to start the camera, and then press the record button to start the virtual try-on. If the glasses overlay isn’t showing, try moving further away from the camera.</p>")
330
  input_img = gr.Image(sources=["webcam"], type="numpy", streaming=True)
331
  next_button = gr.Button("Next Glasses➡️")
332
  gr.Markdown("<p style='text-align: left; color: purple;'>🟣Face Shape and Recommended Glass Shape</p>")