drgou commited on
Commit
b98102b
·
1 Parent(s): 8491fd6
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ app.add_middleware(
23
 
24
  ANIMALS = ["Cat", "Dog", "Panda"]
25
 
 
26
 
27
  # Download your SavedModel from the Hub
28
  repo_id = "drgou/howest-deployathome"
 
23
 
24
  ANIMALS = ["Cat", "Dog", "Panda"]
25
 
26
+ os.makedirs("./model", exist_ok=True)
27
 
28
  # Download your SavedModel from the Hub
29
  repo_id = "drgou/howest-deployathome"