Spaces:
Sleeping
Sleeping
add summary
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ def download_audio(url):
|
|
33 |
response_format="text"
|
34 |
)
|
35 |
|
36 |
-
print(transcription
|
37 |
-
return transcription
|
38 |
|
39 |
def summarize_text():
|
40 |
text = output.value
|
|
|
33 |
response_format="text"
|
34 |
)
|
35 |
|
36 |
+
print(transcription)
|
37 |
+
return transcription
|
38 |
|
39 |
def summarize_text():
|
40 |
text = output.value
|
demo.py
ADDED
File without changes
|