SerdarHelli commited on
Commit
cdd6162
1 Parent(s): 41e000e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -11,8 +11,6 @@ from Utils import *
11
 
12
  from huggingface_hub import hf_hub_download,from_pretrained_keras
13
 
14
- import tensorflow as tf
15
- from huggingface_hub import hf_hub_url
16
 
17
  model = from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection")
18
 
@@ -20,7 +18,6 @@ model = from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection
20
 
21
 
22
 
23
- model = tf.keras.load_model(file_path)
24
 
25
 
26
 
 
11
 
12
  from huggingface_hub import hf_hub_download,from_pretrained_keras
13
 
 
 
14
 
15
  model = from_pretrained_keras("SerdarHelli/Knee-View-Merchant-Landmark-Detection")
16
 
 
18
 
19
 
20
 
 
21
 
22
 
23