gabrielchua commited on
Commit
fc18aee
·
1 Parent(s): eda6f45

update gradio and app desc

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. constants.py +1 -1
  3. requirements.txt +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🎙️
4
  colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: purple
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 5.0.1
8
  app_file: app.py
9
  pinned: false
10
  ---
constants.py CHANGED
@@ -83,7 +83,7 @@ UI_DESCRIPTION = """
83
  <img src="https://raw.githubusercontent.com/gabrielchua/daily-ai-papers/main/_includes/icon.png" alt="Open NotebookLM" width="120" style="margin-bottom: 10px;">
84
  </td>
85
  <td style="border: none; vertical-align: top; padding: 10px;">
86
- <p style="margin-bottom: 15px;">Convert your PDFs into podcasts with open-source AI models (<a href="https://huggingface.co/meta-llama/Llama-3.1-405B">Llama 3.1 405B</a>, <a href="https://huggingface.co/myshell-ai/MeloTTS-English">MeloTTS</a>, <a href="https://huggingface.co/suno/bark">Bark</a>).</p>
87
  <p style="margin-top: 15px;">Note: Only the text content of the PDFs will be processed. Images and tables are not included. The total content should be no more than 100,000 characters due to the context length of Llama 3.1 405B.</p>
88
  </td>
89
  </tr>
 
83
  <img src="https://raw.githubusercontent.com/gabrielchua/daily-ai-papers/main/_includes/icon.png" alt="Open NotebookLM" width="120" style="margin-bottom: 10px;">
84
  </td>
85
  <td style="border: none; vertical-align: top; padding: 10px;">
86
+ <p style="margin-bottom: 15px;">Convert your PDFs into podcasts with open-source AI models (<a href="https://huggingface.co/meta-llama/Llama-3.1-405B">Llama 3.1 405B</a> via <a href="https://fireworks.ai/">Fireworks AI</a>, <a href="https://huggingface.co/myshell-ai/MeloTTS-English">MeloTTS</a>, <a href="https://huggingface.co/suno/bark">Bark</a>).</p>
87
  <p style="margin-top: 15px;">Note: Only the text content of the PDFs will be processed. Images and tables are not included. The total content should be no more than 100,000 characters due to the context length of Llama 3.1 405B.</p>
88
  </td>
89
  </tr>
requirements.txt CHANGED
@@ -22,8 +22,8 @@ fonttools==4.54.1
22
  frozenlist==1.4.1
23
  fsspec==2024.9.0
24
  funcy==2.0
25
- gradio==4.44.0
26
- gradio_client==1.3.0
27
  granian==1.4.0
28
  h11==0.14.0
29
  httpcore==1.0.5
 
22
  frozenlist==1.4.1
23
  fsspec==2024.9.0
24
  funcy==2.0
25
+ gradio==5.0.1
26
+ gradio_client==1.4.0
27
  granian==1.4.0
28
  h11==0.14.0
29
  httpcore==1.0.5