Ahsen Khaliq commited on
Commit
9c8f4d5
1 Parent(s): 1dca94e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def fetch_model(url_or_path):
43
  if os.path.exists(basename):
44
  return basename
45
  else:
46
- !wget -c '{url_or_path}'
47
  return basename
48
 
49
  def norm1(prompt):
 
43
  if os.path.exists(basename):
44
  return basename
45
  else:
46
+ os.system("wget -c '{url_or_path}'")
47
  return basename
48
 
49
  def norm1(prompt):