Yuhkil commited on
Commit
8735aee
1 Parent(s): 2183214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1,7 +1,7 @@
1
- !curl -Lo memfix.zip https://github.com/nolanaatama/sd-webui/raw/main/memfix.zip
2
- !unzip /content/memfix.zip
3
- !apt install -qq libunwind8-dev
4
- !dpkg -i *.deb
5
  %env LD_PRELOAD=libtcmalloc.so
6
  !rm *
7
  !pip install --upgrade fastapi==0.90.1
 
1
+ curl -Lo memfix.zip https://github.com/nolanaatama/sd-webui/raw/main/memfix.zip
2
+ unzip /content/memfix.zip
3
+ apt install -qq libunwind8-dev
4
+ dpkg -i *.deb
5
  %env LD_PRELOAD=libtcmalloc.so
6
  !rm *
7
  !pip install --upgrade fastapi==0.90.1