Spaces:
Runtime error
Runtime error
mayerantoine
commited on
Commit
•
5281ade
1
Parent(s):
acd6e34
add new app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ class_names = ['none','mild','severe']
|
|
9 |
|
10 |
cwd = os.getcwd()
|
11 |
outpath= os.path.join(cwd,"model")
|
12 |
-
model_name = '
|
13 |
loaded_model = models.load_model(os.path.join(outpath,model_name))
|
14 |
|
15 |
def _classifier(inp):
|
|
|
9 |
|
10 |
cwd = os.getcwd()
|
11 |
outpath= os.path.join(cwd,"model")
|
12 |
+
model_name = 'cross_event_ecuador_efficientnet_fine_tuned_1644001286.h5'
|
13 |
loaded_model = models.load_model(os.path.join(outpath,model_name))
|
14 |
|
15 |
def _classifier(inp):
|