fdaudens HF Staff commited on
Commit
01296b8
ยท
1 Parent(s): c3b8f63

gradio adjustments

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Open NotebookLM
3
  emoji: ๐ŸŽ™๏ธ
4
  colorFrom: yellow
5
  colorTo: red
@@ -8,7 +8,7 @@ sdk_version: 5.26.0
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
11
- short_description: Generate a podcast to discuss the topic of your choice!
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Daily Paper Podcast
3
  emoji: ๐ŸŽ™๏ธ
4
  colorFrom: yellow
5
  colorTo: red
 
8
  app_file: app.py
9
  pinned: true
10
  license: apache-2.0
11
+ short_description: Generates a podcast about today's top trending paper on Hugging Face.
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app.py CHANGED
@@ -158,7 +158,7 @@ demo = gr.Interface(
158
  title="Daily Paper Podcast ๐ŸŽ™๏ธ",
159
  description=f"""Generates a podcast discussion between two hosts about today's top trending paper on Hugging Face: '**{list(top_papers.keys())[0]}**'
160
 
161
- Based on [Kokoro TTS](https://huggingface.co/hexgrad/Kokoro-82M) and [Llama-3.3-70B](meta-llama/Llama-3.3-70B-Instruct) by Cerebras.""",
162
  fn=generate_podcast,
163
  inputs=[
164
  gr.Textbox(
 
158
  title="Daily Paper Podcast ๐ŸŽ™๏ธ",
159
  description=f"""Generates a podcast discussion between two hosts about today's top trending paper on Hugging Face: '**{list(top_papers.keys())[0]}**'
160
 
161
+ 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.""",
162
  fn=generate_podcast,
163
  inputs=[
164
  gr.Textbox(