gabrielchua commited on
Commit
d890bec
1 Parent(s): b9be85f

update desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def generate_podcast(file: str) -> Tuple[str, str]:
93
 
94
  demo = gr.Interface(
95
  title="Open NotebookLM",
96
- description="Convert your PDFs into podcasts with open-source AI models.",
97
  fn=generate_podcast,
98
  inputs=[
99
  gr.File(
 
93
 
94
  demo = gr.Interface(
95
  title="Open NotebookLM",
96
+ description="Convert your PDFs into podcasts with open-source AI models (Llama 3.1 405B and MeloTTS).",
97
  fn=generate_podcast,
98
  inputs=[
99
  gr.File(