Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
-
"""
|
3 |
|
4 |
Automatically generated by Colab.
|
5 |
|
6 |
This file is adapted from:
|
7 |
https://colab.research.google.com/#fileId=https%3A//storage.googleapis.com/kaggle-colab-exported-notebooks/rishirajacharya/i-o-25-radiology-with-medgemma-gemini-native-tts.b5cf5dca-3453-45b1-b7c0-ec7c22aedf1b.ipynb
|
8 |
|
9 |
-
#
|
10 |
## Developed by Lookingsoft Team
|
11 |
|
12 |
This demo showcases an AI-powered radiology assistant that leverages MedGemma for medical image interpretation and Gemini’s native text-to-speech (TTS) for natural voice output. The assistant transforms complex radiology reports into easy-to-understand language and delivers it through a user-friendly voice-driven experience—highlighting key areas in radiology images and making insights more accessible.
|
@@ -132,7 +132,7 @@ def toggle_image_src(choice):
|
|
132 |
with gr.Blocks() as demo:
|
133 |
gr.Markdown(
|
134 |
"""
|
135 |
-
#
|
136 |
## Developed by the Lookingsoft Team
|
137 |
|
138 |
This assistant demonstrates the integration of MedGemma for medical image interpretation with Gemini’s native text-to-speech (TTS). It simplifies complex radiology reports into clear, spoken language, making insights more accessible and understandable for both professionals and patients.
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
+
"""Lookingsoft Radiology Assistant
|
3 |
|
4 |
Automatically generated by Colab.
|
5 |
|
6 |
This file is adapted from:
|
7 |
https://colab.research.google.com/#fileId=https%3A//storage.googleapis.com/kaggle-colab-exported-notebooks/rishirajacharya/i-o-25-radiology-with-medgemma-gemini-native-tts.b5cf5dca-3453-45b1-b7c0-ec7c22aedf1b.ipynb
|
8 |
|
9 |
+
# Lookingsoft Radiology Assistant
|
10 |
## Developed by Lookingsoft Team
|
11 |
|
12 |
This demo showcases an AI-powered radiology assistant that leverages MedGemma for medical image interpretation and Gemini’s native text-to-speech (TTS) for natural voice output. The assistant transforms complex radiology reports into easy-to-understand language and delivers it through a user-friendly voice-driven experience—highlighting key areas in radiology images and making insights more accessible.
|
|
|
132 |
with gr.Blocks() as demo:
|
133 |
gr.Markdown(
|
134 |
"""
|
135 |
+
# Lookingsoft Radiology Assistant
|
136 |
## Developed by the Lookingsoft Team
|
137 |
|
138 |
This assistant demonstrates the integration of MedGemma for medical image interpretation with Gemini’s native text-to-speech (TTS). It simplifies complex radiology reports into clear, spoken language, making insights more accessible and understandable for both professionals and patients.
|