Jezia commited on
Commit
5431ad5
·
1 Parent(s): f3fea07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def fetch_model(url_or_path):
30
  if os.path.exists(basename):
31
  return basename
32
  else:
33
- wget -c url_or_path
34
  return basename
35
 
36
  def load_model(file_name: str, device: torch.device):
 
30
  if os.path.exists(basename):
31
  return basename
32
  else:
33
+ wget -c f'{url_or_path}'
34
  return basename
35
 
36
  def load_model(file_name: str, device: torch.device):