Spaces:
Runtime error
Runtime error
gabrielchua
commited on
Commit
•
5534c51
1
Parent(s):
25e812f
update README and app
Browse files
README.md
CHANGED
@@ -27,8 +27,8 @@ To set up the project, follow these steps:
|
|
27 |
|
28 |
1. **Clone the repository:**
|
29 |
```bash
|
30 |
-
git clone https://github.com/gabrielchua/open-
|
31 |
-
cd
|
32 |
```
|
33 |
|
34 |
2. **Create a virtual environment and activate it:**
|
|
|
27 |
|
28 |
1. **Clone the repository:**
|
29 |
```bash
|
30 |
+
git clone https://github.com/gabrielchua/open-notebooklm.git
|
31 |
+
cd open-notebooklm
|
32 |
```
|
33 |
|
34 |
2. **Create a virtual environment and activate it:**
|
app.py
CHANGED
@@ -176,7 +176,7 @@ demo = gr.Interface(
|
|
176 |
<table style="border-collapse: collapse; border: none; padding: 20px;">
|
177 |
<tr style="border: none;">
|
178 |
<td style="border: none; vertical-align: top; padding-right: 30px; padding-left: 30px;">
|
179 |
-
<img src="https://raw.githubusercontent.com/gabrielchua/
|
180 |
</td>
|
181 |
<td style="border: none; vertical-align: top; padding: 10px;">
|
182 |
<p style="margin-bottom: 15px;"><strong>Convert</strong> your PDFs into podcasts with open-source AI models (Llama 3.1 405B and MeloTTS).</p>
|
|
|
176 |
<table style="border-collapse: collapse; border: none; padding: 20px;">
|
177 |
<tr style="border: none;">
|
178 |
<td style="border: none; vertical-align: top; padding-right: 30px; padding-left: 30px;">
|
179 |
+
<img src="https://raw.githubusercontent.com/gabrielchua/daily-ai-papers/main/_include/icon.png" alt="Open NotebookLM" width="120" style="margin-bottom: 10px;">
|
180 |
</td>
|
181 |
<td style="border: none; vertical-align: top; padding: 10px;">
|
182 |
<p style="margin-bottom: 15px;"><strong>Convert</strong> your PDFs into podcasts with open-source AI models (Llama 3.1 405B and MeloTTS).</p>
|