Spaces:
Runtime error
Runtime error
Commit
•
e4e4cf1
1
Parent(s):
c237438
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(css=css) as demo:
|
|
79 |
Attention: this Space need to be duplicated to work</h2>
|
80 |
<p class="main-message custom-color">
|
81 |
To make it work, <strong>duplicate the Space</strong> and run it on your own profile using a <strong>private</strong> GPU.<br />
|
82 |
-
An L4 costs <strong>US$0.80/h</strong
|
83 |
</p>
|
84 |
<p class="actions custom-color">
|
85 |
<a href="https://huggingface.co/spaces/{os.environ['SPACE_ID']}?duplicate=true">
|
@@ -90,7 +90,7 @@ with gr.Blocks(css=css) as demo:
|
|
90 |
</div>
|
91 |
''', elem_id="warning-duplicate")
|
92 |
gr.Markdown("# Demo for Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation")
|
93 |
-
gr.Markdown("Generate talking head avatars driven from audio. **
|
94 |
with gr.Row():
|
95 |
with gr.Column():
|
96 |
avatar_face = gr.Image(type="filepath", label="Face")
|
|
|
79 |
Attention: this Space need to be duplicated to work</h2>
|
80 |
<p class="main-message custom-color">
|
81 |
To make it work, <strong>duplicate the Space</strong> and run it on your own profile using a <strong>private</strong> GPU.<br />
|
82 |
+
An L4 costs <strong>US$0.80/h</strong>
|
83 |
</p>
|
84 |
<p class="actions custom-color">
|
85 |
<a href="https://huggingface.co/spaces/{os.environ['SPACE_ID']}?duplicate=true">
|
|
|
90 |
</div>
|
91 |
''', elem_id="warning-duplicate")
|
92 |
gr.Markdown("# Demo for Hallo: Hierarchical Audio-Driven Visual Synthesis for Portrait Image Animation")
|
93 |
+
gr.Markdown("Generate talking head avatars driven from audio. **5 seconds of audio takes >10 minutes to generate on an L4** - duplicate the space for private use or try for free on Google Colab")
|
94 |
with gr.Row():
|
95 |
with gr.Column():
|
96 |
avatar_face = gr.Image(type="filepath", label="Face")
|