SlouchyBuffalo commited on
Commit
587b09f
·
verified ·
1 Parent(s): e18f152

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="novita",
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 Novita, 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(
 
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(