Spaces:
Sleeping
Sleeping
tensorkelechi
commited on
Commit
•
bb5ef54
1
Parent(s):
065a7fd
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def visualize_heatmap(model, image):
|
|
70 |
return plt
|
71 |
|
72 |
# Load the pre-trained model from safeetesor file
|
73 |
-
def load_pipeline(
|
74 |
model_id = 'tensorkelechi/signature_mobilenet'
|
75 |
# model = SiameseNetwork() # model class/skeleton
|
76 |
|
|
|
70 |
return plt
|
71 |
|
72 |
# Load the pre-trained model from safeetesor file
|
73 |
+
def load_pipeline():
|
74 |
model_id = 'tensorkelechi/signature_mobilenet'
|
75 |
# model = SiameseNetwork() # model class/skeleton
|
76 |
|