Spaces:
Runtime error
Runtime error
gabriel chua
commited on
Commit
·
cecf748
1
Parent(s):
5b8f781
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ def generate_podcast(file: str) -> Tuple[str, str]:
|
|
| 89 |
|
| 90 |
|
| 91 |
demo = gr.Interface(
|
| 92 |
-
title="
|
| 93 |
description="Convert your PDFs into podcasts with open-source AI models.",
|
| 94 |
fn=generate_podcast,
|
| 95 |
inputs=[
|
|
|
|
| 89 |
|
| 90 |
|
| 91 |
demo = gr.Interface(
|
| 92 |
+
title="Open NotebookLM",
|
| 93 |
description="Convert your PDFs into podcasts with open-source AI models.",
|
| 94 |
fn=generate_podcast,
|
| 95 |
inputs=[
|