Spaces:
Running
on
Zero
Running
on
Zero
eienmojiki
commited on
Commit
•
9859b9e
1
Parent(s):
a437c34
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import spaces
|
2 |
import os
|
|
|
3 |
from stablepy.diffusers_vanilla.style_prompt_config import STYLE_NAMES
|
4 |
import re
|
5 |
from stablepy import (
|
|
|
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 (
|