Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
relocate server.py
Browse files- app.py +1 -1
- server.py β resources/app/server.py +0 -0
app.py
CHANGED
@@ -11,7 +11,7 @@ def run_xvaserver():
|
|
11 |
try:
|
12 |
# start the process without waiting for a response
|
13 |
print('Running xVAServer subprocess...\n')
|
14 |
-
xvaserver = Popen(['python', 'server.py'], stdout=PIPE, stderr=PIPE, universal_newlines=True)
|
15 |
except:
|
16 |
print('Could not run xVASynth.')
|
17 |
sys.exit(0)
|
|
|
11 |
try:
|
12 |
# start the process without waiting for a response
|
13 |
print('Running xVAServer subprocess...\n')
|
14 |
+
xvaserver = Popen(['python', 'resources/app/server.py'], stdout=PIPE, stderr=PIPE, universal_newlines=True)
|
15 |
except:
|
16 |
print('Could not run xVASynth.')
|
17 |
sys.exit(0)
|
server.py β resources/app/server.py
RENAMED
File without changes
|