diff --git "a/app.py" "b/app.py" --- "a/app.py" +++ "b/app.py" @@ -506,7 +506,6 @@ def do_html_video_speak(words_to_speak, azure_language): 'azure_style': 'friendly', 'animation_pipeline': 'high_speed', 'idle_url': 'https://ugc-idle.s3-us-west-2.amazonaws.com/580bd351e4f22629d1618f4f4d80d9a2.mp4' - #idle_url': 'https://ugc-idle.s3-us-west-2.amazonaws.com/16c370fd2aac0ccab29d56762125d181.mp4' } api_endpoint = "https://api.exh.ai/animations/v1/generate_lipsync" res = requests.post(api_endpoint, json=body, headers=headers) @@ -605,7 +604,8 @@ with gr.Blocks(css="css/custom_css.css", title="Expert Answer Demo") as block: use_embeddings_state = gr.State(False) gr.HTML(""" -

""") +

""") + #

""") with gr.Tab("Chat"): with gr.Row():