Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def main(conf):
|
|
44 |
file_types=[".vtt"])
|
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)
|
48 |
load_file.upload(process_transcripts, [load_file, goals], repository)
|
49 |
|
50 |
|
|
|
44 |
file_types=[".vtt"])
|
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)
|
48 |
load_file.upload(process_transcripts, [load_file, goals], repository)
|
49 |
|
50 |
|