diff --git a/app.py b/app.py index 89ee93c..c21cde7 100644 --- a/app.py +++ b/app.py @@ -217,11 +217,11 @@ def generate_podcast( ], allow_flagging=UI_ALLOW_FLAGGING, api_name=UI_API_NAME, - theme=gr.themes.Soft(), + theme=gr.themes.Ocean(), concurrency_limit=UI_CONCURRENCY_LIMIT, examples=UI_EXAMPLES, cache_examples=UI_CACHE_EXAMPLES, ) if __name__ == "__main__": - demo.launch(show_api=UI_SHOW_API) + demo.launch(show_api=UI_SHOW_API) \ No newline at end of file diff --git a/constants.py b/constants.py index 60f0854..7ea528a 100644 --- a/constants.py +++ b/constants.py @@ -7,7 +7,7 @@ from pathlib import Path # Key constants -APP_TITLE = "Open NotebookLM" +APP_TITLE = "Open NotebookLM 🎙️" CHARACTER_LIMIT = 100_000 # Gradio-related constants @@ -77,17 +77,15 @@ # UI-related constants UI_DESCRIPTION = """ -
- - | -
- Convert your PDFs into podcasts with open-source AI models (Llama 3.1 405B via Fireworks AI, MeloTTS, Bark). -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. - |
-