Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
logging => info
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def run_xvaserver():
|
|
25 |
sys.exit(0)
|
26 |
|
27 |
# contact local xVASynth server; ~2 second timeout
|
28 |
-
|
29 |
response = requests.get('http://0.0.0.0:8008')
|
30 |
response.raise_for_status() # If the response contains an HTTP error status code, raise an exception
|
31 |
|
|
|
25 |
sys.exit(0)
|
26 |
|
27 |
# contact local xVASynth server; ~2 second timeout
|
28 |
+
print('Attempting to connect to xVASynth...')
|
29 |
response = requests.get('http://0.0.0.0:8008')
|
30 |
response.raise_for_status() # If the response contains an HTTP error status code, raise an exception
|
31 |
|