Spaces:
Running
on
T4
Running
on
T4
gabriel chua
commited on
Commit
•
5e81f21
1
Parent(s):
24679ab
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=[
|