Should have fixed the rolling issue
Browse files
app.py
CHANGED
|
@@ -316,7 +316,7 @@ with gr.Blocks(
|
|
| 316 |
|
| 317 |
with gr.Column(scale=1, elem_id="aiko-avatar-card"):
|
| 318 |
|
| 319 |
-
gr.HTML(value=
|
| 320 |
|
| 321 |
tts_text = gr.Textbox(
|
| 322 |
visible=False,
|
|
|
|
| 316 |
|
| 317 |
with gr.Column(scale=1, elem_id="aiko-avatar-card"):
|
| 318 |
|
| 319 |
+
gr.HTML(value=avatar_html(VRM_URLS))
|
| 320 |
|
| 321 |
tts_text = gr.Textbox(
|
| 322 |
visible=False,
|