Spaces:
Running
on
Zero
Running
on
Zero
gradio adjustments
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
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:
|
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](
|
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(
|