Spaces:
Runtime error
Runtime error
Commit
·
d890bec
1
Parent(s):
b9be85f
update desc
Browse files
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(
|