serhii-korobchenko commited on
Commit
81069e7
1 Parent(s): 5ca2f85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ labels = {
21
 
22
  # Download the model file
23
  def download_model():
24
- url = "https://drive.google.com/file/d/1zUGAPg9RVgo7bWtf_-L9MXoXKldZjs1y"
25
  output = "CIFAR10_Xception_(ACC_0.9704__LOSS_0.0335_).h5"
26
  gdown.download(url, output, quiet=False)
27
  return output
 
21
 
22
  # Download the model file
23
  def download_model():
24
+ url = "https://drive.google.com/uc?id=1zUGAPg9RVgo7bWtf_-L9MXoXKldZjs1y"
25
  output = "CIFAR10_Xception_(ACC_0.9704__LOSS_0.0335_).h5"
26
  gdown.download(url, output, quiet=False)
27
  return output