Maikou commited on
Commit
60b3122
·
1 Parent(s): c57d0f3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ text_model_config_dict = OrderedDict({
46
  },
47
  })
48
 
49
- model_path = snapshot_download(repo_id="Maikou/Michelangelo")
50
 
51
  class InferenceModel(object):
52
  model = None
 
46
  },
47
  })
48
 
49
+ model_path = snapshot_download(repo_id="Maikou/Michelangelo", use_auth_token=download_michelangelo)
50
 
51
  class InferenceModel(object):
52
  model = None