gabrielchua commited on
Commit
5534c51
1 Parent(s): 25e812f

update README and app

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
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-pdf2podcast.git
31
- cd pdf-to-podcast
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/open-notebooklm/main/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>
 
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>