Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,5 +81,7 @@ if True:
|
|
81 |
#process2 = subprocess.Popen(command2, stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.PIPE)
|
82 |
#output, error = process2.communicate()
|
83 |
#print("Output:", output.decode())
|
84 |
-
os.system(
|
|
|
|
|
85 |
|
|
|
81 |
#process2 = subprocess.Popen(command2, stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.PIPE)
|
82 |
#output, error = process2.communicate()
|
83 |
#print("Output:", output.decode())
|
84 |
+
os.system("""export PYTORCH_TRACING_MODE=TORCHFX
|
85 |
+
export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half" """)
|
86 |
+
os.system(f"./webui.sh")
|
87 |
|