admin commited on
Commit
ce99183
·
1 Parent(s): 8b188c0

rename org name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from torchvision import transforms
9
  from modelscope import snapshot_download
10
 
11
 
12
- MODEL_DIR = snapshot_download("MuGemSt/svhn", cache_dir="./__pycache__")
13
 
14
 
15
  def infer(input_img: str, checkpoint_file: str):
 
9
  from modelscope import snapshot_download
10
 
11
 
12
+ MODEL_DIR = snapshot_download("Genius-Society/svhn", cache_dir="./__pycache__")
13
 
14
 
15
  def infer(input_img: str, checkpoint_file: str):