Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -472,7 +472,7 @@ def create_zip_of_files_mp3(mp3_files, wav_files, input_question):
|
|
472 |
z.write(f)
|
473 |
return short_zip_name
|
474 |
|
475 |
-
def create_zip_of_files_md(md_files input_question):
|
476 |
"""
|
477 |
Zip up all relevant files, limiting the final zip name to ~20 chars
|
478 |
to avoid overly long base64 strings.
|
|
|
472 |
z.write(f)
|
473 |
return short_zip_name
|
474 |
|
475 |
+
def create_zip_of_files_md(md_files, input_question):
|
476 |
"""
|
477 |
Zip up all relevant files, limiting the final zip name to ~20 chars
|
478 |
to avoid overly long base64 strings.
|