Vihang28 commited on
Commit
0f0dccd
1 Parent(s): abdfc82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 and 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)
 
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)