Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ with block:
|
|
102 |
gr.Markdown("""<h1><center>Stock-Analysis</center></h1> """)
|
103 |
with gr.Row():
|
104 |
with gr.Column(scale=0.5):
|
105 |
-
vid_input =
|
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():
|
|
|
102 |
gr.Markdown("""<h1><center>Stock-Analysis</center></h1> """)
|
103 |
with gr.Row():
|
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():
|