SlouchyBuffalo commited on
Commit
2f8bbee
·
verified ·
1 Parent(s): ab64891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://en.wikipedia.org/wiki/Tupac_Shakur", 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
 
 
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