fdaudens HF Staff commited on
Commit
59fec26
·
1 Parent(s): 7ca09b0

links in description

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -129,15 +129,15 @@ def generate_podcast(topic: str):
129
  t1 = time.time()
130
  print(f"PROCESSED '{utterance}' in {int(t1-t0)} seconds. {audio_numpy.shape}")
131
 
132
- EXAMPLES = [
133
- ["https://huggingface.co/blog/inference-providers-cohere", None, "How does using this compare with other inference solutions?"],
134
- [None, str(Path("examples/Essay_Palantir.pdf")), "Make sure to keep some critic spirit in the analysis!"],
135
- ]
136
  demo = gr.Interface(
137
  title="Daily Paper Podcast 🎙️",
138
  description=f"""Generates a podcast discussion between two hosts about today's top trending paper on Hugging Face: '**{list(top_papers.keys())[0]}**'
139
 
140
- Based on [Open NotebookLM](spaces/m-ric/open-notebooklm), powered by [Kokoro TTS](hexgrad/Kokoro-82M) and [Qwen3-32B](Qwen/Qwen3-32B) running on HF Inference.""",
141
  fn=generate_podcast,
142
  inputs=[
143
  gr.Textbox(
 
129
  t1 = time.time()
130
  print(f"PROCESSED '{utterance}' in {int(t1-t0)} seconds. {audio_numpy.shape}")
131
 
132
+ # EXAMPLES = [
133
+ # ["https://huggingface.co/blog/inference-providers-cohere", None, "How does using this compare with other inference solutions?"],
134
+ # [None, str(Path("examples/Essay_Palantir.pdf")), "Make sure to keep some critic spirit in the analysis!"],
135
+ # ]
136
  demo = gr.Interface(
137
  title="Daily Paper Podcast 🎙️",
138
  description=f"""Generates a podcast discussion between two hosts about today's top trending paper on Hugging Face: '**{list(top_papers.keys())[0]}**'
139
 
140
+ Based on [Open NotebookLM](https://huggingface.co/spaces/m-ric/open-notebooklm), powered by [Kokoro TTS](https://huggingface.co/hexgrad/Kokoro-82M) and [Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) running on HF Inference.""",
141
  fn=generate_podcast,
142
  inputs=[
143
  gr.Textbox(