Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def main(conf):
|
|
49 |
load_file = gr.UploadButton(label="Upload Transcript (.vtt)",
|
50 |
file_types=[".vtt"],
|
51 |
file_count='multiple')
|
52 |
-
goals = gr.Textbox(label="Goals
|
53 |
value=conf["defaults"]["goals"]) # not incorporated yet. Will be with Q&A.
|
54 |
repository = gr.Textbox(label="Progress", value="Waiting for load...", visible=True)
|
55 |
load_file.upload(process_transcripts, [load_file, goals], repository)
|
|
|
49 |
load_file = gr.UploadButton(label="Upload Transcript (.vtt)",
|
50 |
file_types=[".vtt"],
|
51 |
file_count='multiple')
|
52 |
+
goals = gr.Textbox(label="Project Goals",
|
53 |
value=conf["defaults"]["goals"]) # not incorporated yet. Will be with Q&A.
|
54 |
repository = gr.Textbox(label="Progress", value="Waiting for load...", visible=True)
|
55 |
load_file.upload(process_transcripts, [load_file, goals], repository)
|