Spaces:
Runtime error
Runtime error
Commit
·
3887ebd
1
Parent(s):
b7b1355
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ def get_response(history, audio_input):
|
|
104 |
# buzz_usr_proc = Thread(target=idle_timer)
|
105 |
|
106 |
with gr.Blocks(css = """#col_image{width: 650px; margin-left: auto; margin-right: auto;}""") as demo:
|
107 |
-
with gr.
|
108 |
output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
|
109 |
output_html.visible = False
|
110 |
image1= gr.Image("assets/NPCtest1.png",elem_id = "col_image")
|
|
|
104 |
# buzz_usr_proc = Thread(target=idle_timer)
|
105 |
|
106 |
with gr.Blocks(css = """#col_image{width: 650px; margin-left: auto; margin-right: auto;}""") as demo:
|
107 |
+
with gr.Column():
|
108 |
output_html = gr.HTML(label="Felix's Voice", value=AUDIO_HTML)
|
109 |
output_html.visible = False
|
110 |
image1= gr.Image("assets/NPCtest1.png",elem_id = "col_image")
|