Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
2526624
1
Parent(s):
cdd567e
Modiy example
Browse files
app.py
CHANGED
|
@@ -120,7 +120,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 120 |
# Example audio files and questions
|
| 121 |
example_audio_files = ["Conference Call: meeting1"]
|
| 122 |
example_questions = ["Can you summarize this meeting?", "Please provide bullet points of the key items.",
|
| 123 |
-
"What is the TL;DR of this meeting?", "What was the main take-away?", "
|
| 124 |
"Could this meeting simply have been an email?"]
|
| 125 |
|
| 126 |
# Audio Input and Transcript
|
|
|
|
| 120 |
# Example audio files and questions
|
| 121 |
example_audio_files = ["Conference Call: meeting1"]
|
| 122 |
example_questions = ["Can you summarize this meeting?", "Please provide bullet points of the key items.",
|
| 123 |
+
"What is the TL;DR of this meeting?", "What was the main take-away?", "What was the main topic?",
|
| 124 |
"Could this meeting simply have been an email?"]
|
| 125 |
|
| 126 |
# Audio Input and Transcript
|