Spaces:
Sleeping
Sleeping
ariankhalfani
commited on
Commit
•
5110ffd
1
Parent(s):
6b8b9b8
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
import numpy as np
|
4 |
from cataract import combined_prediction, save_cataract_prediction_to_db, predict_object_detection
|
5 |
from glaucoma import combined_prediction_glaucoma, submit_to_db, predict_image
|
6 |
-
from database import get_db_data, format_db_data
|
7 |
from chatbot import chatbot, update_patient_history, generate_voice_response
|
8 |
from PIL import Image
|
9 |
|
|
|
3 |
import numpy as np
|
4 |
from cataract import combined_prediction, save_cataract_prediction_to_db, predict_object_detection
|
5 |
from glaucoma import combined_prediction_glaucoma, submit_to_db, predict_image
|
6 |
+
from database import get_db_data, format_db_data
|
7 |
from chatbot import chatbot, update_patient_history, generate_voice_response
|
8 |
from PIL import Image
|
9 |
|