Update app.py
Browse files
app.py
CHANGED
|
@@ -133,6 +133,7 @@ with gr.Blocks() as demo:
|
|
| 133 |
gr.Markdown(
|
| 134 |
"""
|
| 135 |
# Google I/O 2025 Demo: Radiology with MedGemma & Gemini's Native TTS
|
|
|
|
| 136 |
|
| 137 |
This demo showcases two of the exciting announcements from Google I/O 2025: **MedGemma** and **Gemini's native text-to-speech (TTS)**. It features a radiology voice assistant powered by MedGemma, which translates complex medical image reports into simple, understandable language. Combined with Gemini's natural-sounding TTS, the assistant provides an intuitive, voice-driven experience—highlighting key areas in radiology images and making medical insights more accessible.
|
| 138 |
"""
|
|
|
|
| 133 |
gr.Markdown(
|
| 134 |
"""
|
| 135 |
# Google I/O 2025 Demo: Radiology with MedGemma & Gemini's Native TTS
|
| 136 |
+
## Built by [Rishiraj Acharya](https://www.linkedin.com/in/rishirajacharya/) (Google Developer Expert in Kaggle, Cloud, AI)
|
| 137 |
|
| 138 |
This demo showcases two of the exciting announcements from Google I/O 2025: **MedGemma** and **Gemini's native text-to-speech (TTS)**. It features a radiology voice assistant powered by MedGemma, which translates complex medical image reports into simple, understandable language. Combined with Gemini's natural-sounding TTS, the assistant provides an intuitive, voice-driven experience—highlighting key areas in radiology images and making medical insights more accessible.
|
| 139 |
"""
|