m-ric HF Staff commited on
Commit
55f9ab5
·
1 Parent(s): 9bf9798

Fix examples loading

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", "", "How does using this compare with other inference solutions?"],
124
- ["", 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 🎙️",
 
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 🎙️",