Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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
|
| 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 |
|