εˆ˜θ™Ήι›¨ commited on
Commit
bffe79a
Β·
1 Parent(s): 57da35d

update code

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -698,7 +698,7 @@ def launch_gradio_app():
698
  )
699
  gr.HTML(
700
  """
701
- <div style="text-align: left; font-size: 16px; line-height: 1.6; margin-top: 20px; padding: 10px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9;">
702
  <strong>πŸ§‘β€πŸŽ¨ How to use this demo:</strong>
703
  <ol style="margin-top: 10px; padding-left: 20px;">
704
  <li><strong>Select or upload a source image</strong> – this will be the avatar's face.</li>
@@ -716,10 +716,10 @@ def launch_gradio_app():
716
  """
717
  <div style="background-color: #FFDDDD; padding: 15px; border-radius: 10px; border: 2px solid red; text-align: center; margin-top: 20px;">
718
  <h4 style="color: red; font-size: 18px;">
719
- 🚨 <strong>Important Notes:</strong> Please try to provide a <u>front-facing</u> or <u>full-face</u> image without obstructions.
720
  </h4>
721
  <p style="color: black; font-size: 16px;">
722
- ❌ Our demo does <strong>not</strong> support uploading videos with specific motions because processing requires time.<br>
723
  βœ… Feel free to check out our <a href="https://github.com/ant-research/AvatarArtist" target="_blank" style="color: red; font-weight: bold;">GitHub repository</a> to drive portraits using your desired motions.
724
  </p>
725
  </div>
 
698
  )
699
  gr.HTML(
700
  """
701
+ <div style="text-align: left; font-size: 16px; line-height: 1.6; margin-top: 20px; padding: 10px; border: 1px solid #ddd; border-radius: 8px; background-color: #f9f9f9; color: #333;">
702
  <strong>πŸ§‘β€πŸŽ¨ How to use this demo:</strong>
703
  <ol style="margin-top: 10px; padding-left: 20px;">
704
  <li><strong>Select or upload a source image</strong> – this will be the avatar's face.</li>
 
716
  """
717
  <div style="background-color: #FFDDDD; padding: 15px; border-radius: 10px; border: 2px solid red; text-align: center; margin-top: 20px;">
718
  <h4 style="color: red; font-size: 18px;">
719
+ 🚨 <strong style="color: red;">Important Notes:</strong> Please try to provide a <u>front-facing</u> or <u>full-face</u> image without obstructions.
720
  </h4>
721
  <p style="color: black; font-size: 16px;">
722
+ ❌ Our demo does <strong style="color: black;">not</strong> support uploading videos with specific motions because processing requires time.<br>
723
  βœ… Feel free to check out our <a href="https://github.com/ant-research/AvatarArtist" target="_blank" style="color: red; font-weight: bold;">GitHub repository</a> to drive portraits using your desired motions.
724
  </p>
725
  </div>