Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,8 @@ def main(conf):
|
|
40 |
gr.Markdown("# Upload Transcript and Necessary Context")
|
41 |
gr.Markdown("Please wait as the transcript is being processed.")
|
42 |
load_file = gr.UploadButton(label="Upload Transcript (.vtt)",
|
43 |
-
file_types=[".vtt"]
|
|
|
44 |
goals = gr.Textbox(label="Goals for the Meeting",
|
45 |
value=conf["defaults"]["goals"]) # not incorporated yet. Will be with Q&A.
|
46 |
repository = gr.Textbox(label="Progress", value="Waiting for load...", visible=True)
|
|
|
40 |
gr.Markdown("# Upload Transcript and Necessary Context")
|
41 |
gr.Markdown("Please wait as the transcript is being processed.")
|
42 |
load_file = gr.UploadButton(label="Upload Transcript (.vtt)",
|
43 |
+
file_types=[".vtt"],
|
44 |
+
file_count='multiple')
|
45 |
goals = gr.Textbox(label="Goals for the Meeting",
|
46 |
value=conf["defaults"]["goals"]) # not incorporated yet. Will be with Q&A.
|
47 |
repository = gr.Textbox(label="Progress", value="Waiting for load...", visible=True)
|