aunghlaing commited on
Commit
7aa76ec
·
verified ·
1 Parent(s): 2fe06c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:6319256G, Name: Aung Hlaing Tun"
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):