Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -338,7 +338,7 @@ from transformers import pipeline
|
|
338 |
|
339 |
pdf_path=os.path.join(os.path.abspath(""), "hidden-technical-debt-in-machine-learning-systems-Paper.pdf")
|
340 |
#pdf_path2=os.path.join(os.path.abspath(""), "1812_05944.pdf")
|
341 |
-
pdf_path2=os.path.join(os.path.abspath(""), "Article_4_ExperimentalEvidence_on_the_Productivity_Effects_ of_Generative_ Artificial_Intelligence")
|
342 |
|
343 |
|
344 |
demo = gr.Interface(fn=sentence_to_audio, inputs="file", outputs=["audio","text"],examples=[pdf_path,pdf_path2])
|
|
|
338 |
|
339 |
pdf_path=os.path.join(os.path.abspath(""), "hidden-technical-debt-in-machine-learning-systems-Paper.pdf")
|
340 |
#pdf_path2=os.path.join(os.path.abspath(""), "1812_05944.pdf")
|
341 |
+
pdf_path2=os.path.join(os.path.abspath(""), "Article_4_ExperimentalEvidence_on_the_Productivity_Effects_ of_Generative_ Artificial_Intelligence.pdf")
|
342 |
|
343 |
|
344 |
demo = gr.Interface(fn=sentence_to_audio, inputs="file", outputs=["audio","text"],examples=[pdf_path,pdf_path2])
|