wdcqc commited on
Commit
83b49aa
1 Parent(s): f72f213

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):