Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ from prompts import SYSTEM_PROMPT
|
|
30 |
|
31 |
client = InferenceClient(
|
32 |
"meta-llama/Llama-3.3-70B-Instruct",
|
33 |
-
provider="
|
34 |
token=os.getenv("HF_TOKEN"),
|
35 |
)
|
36 |
|
@@ -127,7 +127,7 @@ demo = gr.Interface(
|
|
127 |
title="Open NotebookLM 🎙️",
|
128 |
description="""Generates a podcast discussion between two hosts about the materials of your choice.
|
129 |
Upload a PDF or provide a webpage URL to create your podcast discussion.
|
130 |
-
Based on [Kokoro TTS](https://huggingface.co/hexgrad/Kokoro-82M), lightning-fast inference for [Llama-3.3-70B](meta-llama/Llama-3.3-70B-Instruct) by
|
131 |
fn=generate_podcast,
|
132 |
inputs=[
|
133 |
gr.Textbox(
|
|
|
30 |
|
31 |
client = InferenceClient(
|
32 |
"meta-llama/Llama-3.3-70B-Instruct",
|
33 |
+
provider="cerebras",
|
34 |
token=os.getenv("HF_TOKEN"),
|
35 |
)
|
36 |
|
|
|
127 |
title="Open NotebookLM 🎙️",
|
128 |
description="""Generates a podcast discussion between two hosts about the materials of your choice.
|
129 |
Upload a PDF or provide a webpage URL to create your podcast discussion.
|
130 |
+
Based on [Kokoro TTS](https://huggingface.co/hexgrad/Kokoro-82M), lightning-fast inference for [Llama-3.3-70B](meta-llama/Llama-3.3-70B-Instruct) by Cerebras, and uses elements from a NotebookLM app by [Gabriel Chua](https://huggingface.co/spaces/gabrielchua/open-notebooklm).""",
|
131 |
fn=generate_podcast,
|
132 |
inputs=[
|
133 |
gr.Textbox(
|