mayerantoine commited on
Commit
5281ade
1 Parent(s): acd6e34

add new app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'cross_event_ecuador_efficientnet_1643984852.h5'
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):