Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ with gr.Blocks(title="InternVideo-VideoChat!",theme=gvlabtheme,css="#chatbot {ov
|
|
185 |
chatbot = gr.Chatbot(elem_id="chatbot",label='VideoChat')
|
186 |
with gr.Row():
|
187 |
with gr.Column(scale=0.7):
|
188 |
-
text_input = gr.Textbox(show_label=False, placeholder='Please upload your video first', interactive=False)
|
189 |
with gr.Column(scale=0.15, min_width=0):
|
190 |
run = gr.Button("πSend")
|
191 |
with gr.Column(scale=0.15, min_width=0):
|
|
|
185 |
chatbot = gr.Chatbot(elem_id="chatbot",label='VideoChat')
|
186 |
with gr.Row():
|
187 |
with gr.Column(scale=0.7):
|
188 |
+
text_input = gr.Textbox(show_label=False, placeholder='Please upload your video first', interactive=False)#.style(container=False)
|
189 |
with gr.Column(scale=0.15, min_width=0):
|
190 |
run = gr.Button("πSend")
|
191 |
with gr.Column(scale=0.15, min_width=0):
|