tykiww commited on
Commit
9675192
·
verified ·
1 Parent(s): 296a8a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) # since there is no output.
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