eienmojiki commited on
Commit
b347212
1 Parent(s): 9859b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import spaces
2
  import os
3
- os.system("python -m pip uninstall -y -r requirements.txt && python -m pip install -r requirements.txt")
4
  from stablepy.diffusers_vanilla.style_prompt_config import STYLE_NAMES
5
  import re
6
  from stablepy import (
 
1
  import spaces
2
  import os
3
+ os.system("python -m pip uninstall -y stablepy && python -m pip install -r requirements.txt")
4
  from stablepy.diffusers_vanilla.style_prompt_config import STYLE_NAMES
5
  import re
6
  from stablepy import (