Nick088 commited on
Commit
b7378cb
β€’
1 Parent(s): 717abdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -173,20 +173,22 @@ def ui():
173
  gr.HTML(
174
  """
175
  <h1 style="color:#dc5b1c;text-align:center">
176
- Moore-AnimateAnyone Gradio Demo
177
  </h1>
178
  <div style="text-align:center">
179
  <div style="display: inline-block; text-align: left;">
180
  <p> This is a demo of Moore-AnimateAnyone. Credits to: <a href="https://linktr.ee/Nick088"> Nick088 </a>, <a href="https://huggingface.co/spaces/xunsong/Moore-AnimateAnyone"> Official Hugging Face Space </a> , <a href="https://huggingface.co/Fabrice-TIERCELIN"> Fabrice-TIERCELIN </a> </p>
181
  <p> If you like this project, consider giving a star on <a href="https://github.com/MooreThreads/Moore-AnimateAnyone"> the GitHub repo </a> πŸ€—. </p>
182
- <p> <b> REMINDER: </b> This space is a modified version using Fabrice pull request which ignored, you need to duplicate this space with your Paid GPU <a href="https://github.com/MooreThreads/Moore-AnimateAnyone"> the GitHub repo </a> πŸ€—. </p>
183
  </div>
184
  </div>
185
  """
186
  )
187
 
188
  with gr.Row():
189
- reference_image = gr.Image(label="Reference Image")
 
 
190
  motion_sequence = gr.Video(
191
  format="mp4", label="Motion Sequence", height=512
192
  )
 
173
  gr.HTML(
174
  """
175
  <h1 style="color:#dc5b1c;text-align:center">
176
+ Moore-AnimateAnyone Gradio UI Demo
177
  </h1>
178
  <div style="text-align:center">
179
  <div style="display: inline-block; text-align: left;">
180
  <p> This is a demo of Moore-AnimateAnyone. Credits to: <a href="https://linktr.ee/Nick088"> Nick088 </a>, <a href="https://huggingface.co/spaces/xunsong/Moore-AnimateAnyone"> Official Hugging Face Space </a> , <a href="https://huggingface.co/Fabrice-TIERCELIN"> Fabrice-TIERCELIN </a> </p>
181
  <p> If you like this project, consider giving a star on <a href="https://github.com/MooreThreads/Moore-AnimateAnyone"> the GitHub repo </a> πŸ€—. </p>
182
+ <p> <b> REMINDER: </b> This space is a modified version using Fabrice pull request which ignored, you need to duplicate this space with your Paid GPU <a class="duplicate-button" style="display:inline-block" target="_blank" href="https://huggingface.co/spaces/camenduru/converter?duplicate=true"><img style="margin: 0" src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>. </p>
183
  </div>
184
  </div>
185
  """
186
  )
187
 
188
  with gr.Row():
189
+ reference_image = gr.Image(
190
+ label="Reference Image", height=512
191
+ )
192
  motion_sequence = gr.Video(
193
  format="mp4", label="Motion Sequence", height=512
194
  )