Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -134,6 +134,9 @@ warnings.filterwarnings(action="ignore", category=UserWarning, module="diffusers
|
|
134 |
warnings.filterwarnings(action="ignore", category=FutureWarning, module="transformers")
|
135 |
logger.setLevel(logging.DEBUG)
|
136 |
|
|
|
|
|
|
|
137 |
CSS = """
|
138 |
.contain { display: flex; flex-direction: column; }
|
139 |
#component-0 { height: 100%; }
|
|
|
134 |
warnings.filterwarnings(action="ignore", category=FutureWarning, module="transformers")
|
135 |
logger.setLevel(logging.DEBUG)
|
136 |
|
137 |
+
import subprocess
|
138 |
+
subprocess.run("pip list", shell=True)
|
139 |
+
|
140 |
CSS = """
|
141 |
.contain { display: flex; flex-direction: column; }
|
142 |
#component-0 { height: 100%; }
|