raksama19 commited on
Commit
4229492
·
verified ·
1 Parent(s): d9b3b6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -815,7 +815,7 @@ with gr.Blocks(
815
  embedding_status = "✅ RAG ready" if embedding_model else "❌ RAG not loaded"
816
  voice_status = "✅ Voice chat ready" if VOICE_DEPENDENCIES_AVAILABLE and voice_model else "❌ Voice chat not available"
817
  gr.Markdown(
818
- "# Scholar Express - Local Gemma 3n Version with Voice\n"
819
  "### Upload a research paper to get a web-friendly version with AI-generated alt text for accessibility. Includes an AI chatbot and voice chat powered by local Gemma 3n.\n"
820
  f"**System:** {model_status}\n"
821
  f"**RAG System:** {embedding_status}\n"
@@ -827,7 +827,7 @@ with gr.Blocks(
827
  "**Features:**\n"
828
  "- 📄 PDF processing with OCR and layout analysis\n"
829
  "- 💬 Text-based chat about your documents\n"
830
- "- 🎙️ Voice chat with Gemma 3n (new!)\n"
831
  "- ♿ AI-generated alt text for accessibility"
832
  )
833
 
 
815
  embedding_status = "✅ RAG ready" if embedding_model else "❌ RAG not loaded"
816
  voice_status = "✅ Voice chat ready" if VOICE_DEPENDENCIES_AVAILABLE and voice_model else "❌ Voice chat not available"
817
  gr.Markdown(
818
+ "# Scholar Express\n"
819
  "### Upload a research paper to get a web-friendly version with AI-generated alt text for accessibility. Includes an AI chatbot and voice chat powered by local Gemma 3n.\n"
820
  f"**System:** {model_status}\n"
821
  f"**RAG System:** {embedding_status}\n"
 
827
  "**Features:**\n"
828
  "- 📄 PDF processing with OCR and layout analysis\n"
829
  "- 💬 Text-based chat about your documents\n"
830
+ "- 🎙️ Voice chat with Gemma 3n\n"
831
  "- ♿ AI-generated alt text for accessibility"
832
  )
833