PhoenixStormJr commited on
Commit
a7f6320
1 Parent(s): 3513221

Update easyfuncs.py

Browse files
Files changed (1) hide show
  1. easyfuncs.py +2 -1
easyfuncs.py CHANGED
@@ -42,7 +42,8 @@ def run_subprocess(command):
42
  return True, None
43
  except Exception as e:
44
  return False, e
45
-
 
46
  def download_from_url(url=None, model=None):
47
  if not url:
48
  try:
 
42
  return True, None
43
  except Exception as e:
44
  return False, e
45
+
46
+ #Edited this function:
47
  def download_from_url(url=None, model=None):
48
  if not url:
49
  try: