Muhammad Abdiel Al Hafiz
commited on
Commit
·
795d4e9
1
Parent(s):
af6e67e
experimenting prompt
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ labels = ['cataract', 'diabetic_retinopathy', 'glaucoma', 'normal']
|
|
19 |
def get_disease_detail(disease_name):
|
20 |
if disease_name == "normal":
|
21 |
prompt = (
|
22 |
-
"
|
23 |
)
|
24 |
else:
|
25 |
prompt = (
|
|
|
19 |
def get_disease_detail(disease_name):
|
20 |
if disease_name == "normal":
|
21 |
prompt = (
|
22 |
+
"Create a text that congratulates having healthy eyes and gives bullet point tips to keep eyes healthy."
|
23 |
)
|
24 |
else:
|
25 |
prompt = (
|