vorstcavry commited on
Commit
45b0df1
·
1 Parent(s): c03ee6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -47,7 +47,8 @@ Gitclone(r"https://github.com/vorstcavry/ncpt_colab_timer",user_home / r"stable-
47
  Gitclone(r"https://github.com/vorstcavry/static",user_home / r"stable-diffusion-webui" / r"static")
48
 
49
  def run_echo_command():
50
- try:
 
51
  start_huggingface
52
  except NameError:
53
  start_huggingface = int(time.time()) - 5
@@ -167,4 +168,4 @@ try:
167
  ret = subprocess.run(args)
168
  except Exception as e:
169
  print("Error:", e)
170
- del os ,user_home ,pyexecutable ,subprocess
 
47
  Gitclone(r"https://github.com/vorstcavry/static",user_home / r"stable-diffusion-webui" / r"static")
48
 
49
  def run_echo_command():
50
+ try
51
+ :
52
  start_huggingface
53
  except NameError:
54
  start_huggingface = int(time.time()) - 5
 
168
  ret = subprocess.run(args)
169
  except Exception as e:
170
  print("Error:", e)
171
+ #del os ,user_home ,pyexecutable ,subprocess