Spaces:
Sleeping
Sleeping
Updated user prompt and intro
Browse files
app.py
CHANGED
|
@@ -30,8 +30,8 @@ USER_QUERY = (
|
|
| 30 |
"""
|
| 31 |
Analyze this image of a skin lesion and provide:
|
| 32 |
1. A brief description of what you observed in the image that supports your conclusion.
|
| 33 |
-
2. The
|
| 34 |
-
3. A brief explanation of the condition for the patient — including typical symptoms, possible causes, and
|
| 35 |
"""
|
| 36 |
)
|
| 37 |
|
|
@@ -188,7 +188,7 @@ with gr.Blocks(css=css, title="Skin Disease Analyzer") as demo:
|
|
| 188 |
gr.Markdown(
|
| 189 |
"""
|
| 190 |
# Skin Disease Test
|
| 191 |
-
**এআই ডাক্তার কে একট
|
| 192 |
"""
|
| 193 |
)
|
| 194 |
|
|
|
|
| 30 |
"""
|
| 31 |
Analyze this image of a skin lesion and provide:
|
| 32 |
1. A brief description of what you observed in the image that supports your conclusion.
|
| 33 |
+
2. The diagnosis as Disease Name.
|
| 34 |
+
3. A brief explanation of the condition for the patient — including typical symptoms, possible causes, and self-care advice.
|
| 35 |
"""
|
| 36 |
)
|
| 37 |
|
|
|
|
| 188 |
gr.Markdown(
|
| 189 |
"""
|
| 190 |
# Skin Disease Test
|
| 191 |
+
**এআই ডাক্তারকে আক্রান্ত স্কিনের একটি ছবি দিন**
|
| 192 |
"""
|
| 193 |
)
|
| 194 |
|