stlaurentjr commited on
Commit
e73d616
1 Parent(s): 7ab4809

Update scripts/mainrunpodA1111.py

Browse files
Files changed (1) hide show
  1. scripts/mainrunpodA1111.py +1 -1
scripts/mainrunpodA1111.py CHANGED
@@ -138,7 +138,7 @@ def repo(Huggingface_token_optional):
138
  print('')
139
  call('git pull', shell=True)
140
  os.chdir('/workspace')
141
- # clear_output()
142
  done()
143
 
144
 
 
138
  print('')
139
  call('git pull', shell=True)
140
  os.chdir('/workspace')
141
+ clear_output()
142
  done()
143
 
144