Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ def generate_podcast(url: str, pdf_path: str, topic: str):
|
|
119 |
print(f"PROCESSED '{utterance}' in {int(t1-t0)} seconds. {audio_numpy.shape}")
|
120 |
|
121 |
EXAMPLES = [
|
122 |
-
["https://
|
123 |
[None, str(Path("examples/Essay_Palantir.pdf")), "Make sure to keep some critic spirit in the analysis!"],
|
124 |
]
|
125 |
|
|
|
119 |
print(f"PROCESSED '{utterance}' in {int(t1-t0)} seconds. {audio_numpy.shape}")
|
120 |
|
121 |
EXAMPLES = [
|
122 |
+
["https://huggingface.co/blog/inference-providers-cohere", None, "How does using this compare with other inference solutions?"],
|
123 |
[None, str(Path("examples/Essay_Palantir.pdf")), "Make sure to keep some critic spirit in the analysis!"],
|
124 |
]
|
125 |
|