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