Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ interface = gr.Interface(
|
|
35 |
gr.Textbox(label="Detections"),
|
36 |
],
|
37 |
title="Blood Cell Detection",
|
38 |
-
description="Upload
|
39 |
)
|
40 |
|
41 |
if __name__ == "__main__":
|
|
|
35 |
gr.Textbox(label="Detections"),
|
36 |
],
|
37 |
title="Blood Cell Detection",
|
38 |
+
description="Upload a high-quality image of blood cells captured using a light microscope and CCD color camera for detailed analysis.",
|
39 |
)
|
40 |
|
41 |
if __name__ == "__main__":
|