Upload app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# Copyright @ 2023 wdcqc/aieud project.
|
3 |
# Open-source under license obtainable in project root (LICENSE.md).
|
4 |
|
5 |
-
import subprocess
|
6 |
|
7 |
# taken from automatic1111 UI
|
8 |
def run(command, desc=None, errdesc=None, custom_env=None):
|
|
|
2 |
# Copyright @ 2023 wdcqc/aieud project.
|
3 |
# Open-source under license obtainable in project root (LICENSE.md).
|
4 |
|
5 |
+
import subprocess, os
|
6 |
|
7 |
# taken from automatic1111 UI
|
8 |
def run(command, desc=None, errdesc=None, custom_env=None):
|