Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def load_model(repo_id):
|
|
21 |
detection_model = load_model(MODEL_REPO_ID)
|
22 |
|
23 |
# Student Information
|
24 |
-
My_info = "Student ID:
|
25 |
|
26 |
# Prediction function for images
|
27 |
def predict_image(pil_img):
|
|
|
21 |
detection_model = load_model(MODEL_REPO_ID)
|
22 |
|
23 |
# Student Information
|
24 |
+
My_info = "Student ID:6319250G, Name: Aung Hlaing Tun"
|
25 |
|
26 |
# Prediction function for images
|
27 |
def predict_image(pil_img):
|