Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ with block:
|
|
104 |
with gr.Column(scale=0.5):
|
105 |
vid_input = gr.Video(type="filepath", label="Upload .mp4 file", sources="upload")
|
106 |
api_input = gr.Textbox(label="Enter Api-key")
|
107 |
-
upload_button = gr.Button(value="Upload
|
108 |
with gr.Column():
|
109 |
chatbot = gr.Chatbot(label="Ask questions about the Video")
|
110 |
message = gr.Textbox(label="User", placeholder=prompt)
|
|
|
104 |
with gr.Column(scale=0.5):
|
105 |
vid_input = gr.Video(type="filepath", label="Upload .mp4 file", sources="upload")
|
106 |
api_input = gr.Textbox(label="Enter Api-key")
|
107 |
+
upload_button = gr.Button(value="Upload & Start Chat", interactive=True, variant="primary")
|
108 |
with gr.Column():
|
109 |
chatbot = gr.Chatbot(label="Ask questions about the Video")
|
110 |
message = gr.Textbox(label="User", placeholder=prompt)
|