Emmanuel Frimpong Asante
commited on
Commit
·
c43516c
1
Parent(s):
b017f70
"Update space"
Browse filesSigned-off-by: Emmanuel Frimpong Asante <[email protected]>
- app.py +1 -2
- disease.jpg +3 -0
app.py
CHANGED
@@ -62,8 +62,7 @@ def combined_interface(image, text):
|
|
62 |
return "Please provide an image or ask a question."
|
63 |
|
64 |
|
65 |
-
#
|
66 |
-
example_image_path = '/home/user/app/disease.jpg' # Replace with actual file path
|
67 |
|
68 |
# Check if the example image exists and is a file
|
69 |
if not os.path.isfile(example_image_path):
|
|
|
62 |
return "Please provide an image or ask a question."
|
63 |
|
64 |
|
65 |
+
example_image_path = 'disease.jpg' # Replace with actual file path
|
|
|
66 |
|
67 |
# Check if the example image exists and is a file
|
68 |
if not os.path.isfile(example_image_path):
|
disease.jpg
ADDED
![]() |
Git LFS Details
|