Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,8 +317,7 @@ def sentence_to_audio(fileobj):
|
|
| 317 |
# ===========================================================
|
| 318 |
|
| 319 |
#summary_txt="It is dangerous to think of machine learning as a free-to-use toolkit, as it is common to incur ongoing maintenance costs in real-world ML systems"
|
| 320 |
-
|
| 321 |
-
sentence_to_audio(summary_txt)
|
| 322 |
|
| 323 |
pdf_path=os.path.join(os.path.abspath(""), "hidden-technical-debt-in-machine-learning-systems-Paper.pdf")
|
| 324 |
pdf_path2=os.path.join(os.path.abspath(""), "1812_05944.pdf")
|
|
|
|
| 317 |
# ===========================================================
|
| 318 |
|
| 319 |
#summary_txt="It is dangerous to think of machine learning as a free-to-use toolkit, as it is common to incur ongoing maintenance costs in real-world ML systems"
|
| 320 |
+
#sentence_to_audio(summary_txt)
|
|
|
|
| 321 |
|
| 322 |
pdf_path=os.path.join(os.path.abspath(""), "hidden-technical-debt-in-machine-learning-systems-Paper.pdf")
|
| 323 |
pdf_path2=os.path.join(os.path.abspath(""), "1812_05944.pdf")
|