Spaces:
Runtime error
Runtime error
Commit
·
8ed6ca2
1
Parent(s):
6393c35
small fixes
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ def process(language: str, repo_id: str, in_filename: str):
|
|
| 146 |
logging.info("Done")
|
| 147 |
|
| 148 |
return (
|
| 149 |
-
srt_filename,
|
| 150 |
build_html_output("Done! Please download the SRT file", "result_item_success"),
|
| 151 |
result,
|
| 152 |
)
|
|
|
|
| 146 |
logging.info("Done")
|
| 147 |
|
| 148 |
return (
|
| 149 |
+
str(srt_filename),
|
| 150 |
build_html_output("Done! Please download the SRT file", "result_item_success"),
|
| 151 |
result,
|
| 152 |
)
|