Spaces:
Running
on
Zero
Running
on
Zero
eienmojiki
commited on
Commit
•
b347212
1
Parent(s):
9859b9e
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import spaces
|
2 |
import os
|
3 |
-
os.system("python -m pip uninstall -y
|
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 (
|