OppaAI commited on
Commit
9525b4a
·
1 Parent(s): 280d873

Should have fixed the rolling issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="<div style='height:100%;display:flex;align-items:center;justify-content:center;color:#b68cff;font-size:1rem;letter-spacing:.1em;'>🌸 Avatar placeholder</div>")
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,