Spaces:
Runtime error
Runtime error
DiamondYin
commited on
Commit
·
0ec4b60
1
Parent(s):
f672cb2
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(css = """#col_image{width:100%; height:100%; margin-left: auto; m
|
|
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",shape=(
|
111 |
#assistant_character = gr.HTML(label=None, value=CHAR_IDLE_HTML, show_label=False)
|
112 |
#with gr.Column(scale=0.1):
|
113 |
chatbot = gr.Chatbot(label='Send a text or a voice input').style(height=285)
|
|
|
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",shape=(800, 200),elem_id = "col_image")
|
111 |
#assistant_character = gr.HTML(label=None, value=CHAR_IDLE_HTML, show_label=False)
|
112 |
#with gr.Column(scale=0.1):
|
113 |
chatbot = gr.Chatbot(label='Send a text or a voice input').style(height=285)
|