Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielchua committed Sep 29, 2024
1 parent b9be85f commit d890bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def generate_podcast(file: str) -> Tuple[str, str]:

demo = gr.Interface(
title="Open NotebookLM",
description="Convert your PDFs into podcasts with open-source AI models.",
description="Convert your PDFs into podcasts with open-source AI models (Llama 3.1 405B and MeloTTS).",
fn=generate_podcast,
inputs=[
gr.File(
Expand Down

0 comments on commit d890bec

Please sign in to comment.