Spaces:
Runtime error
Runtime error
DiamondYin
commited on
Commit
·
7e2033c
1
Parent(s):
da70712
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(css = """#col_image{width:800px; height:800px; margin-left: auto;
|
|
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"
|
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").style(height=700) #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)
|