Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,7 @@ def main():
|
|
42 |
|
43 |
if st.button("Generate Quiz"):
|
44 |
with st.spinner("Transcribing audio to generate the quiz..."):
|
45 |
-
|
46 |
-
transcribed_text = " can you please generate a quiz of 4 questions about ML, each of them with 4 answers and indicate the correct answer"
|
47 |
# Get the explanations for the quiz
|
48 |
|
49 |
|
|
|
42 |
|
43 |
if st.button("Generate Quiz"):
|
44 |
with st.spinner("Transcribing audio to generate the quiz..."):
|
45 |
+
transcribed_text = transcribe("audio.wav")
|
|
|
46 |
# Get the explanations for the quiz
|
47 |
|
48 |
|