Spaces:
Running
Running
XTTS test fix
Browse files- test_gradio_endpoints.py +1 -1
test_gradio_endpoints.py
CHANGED
|
@@ -291,7 +291,7 @@ def main():
|
|
| 291 |
})
|
| 292 |
continue
|
| 293 |
|
| 294 |
-
config = HF_SPACES[
|
| 295 |
config['space_url'] = space_url
|
| 296 |
|
| 297 |
try:
|
|
|
|
| 291 |
})
|
| 292 |
continue
|
| 293 |
|
| 294 |
+
config = HF_SPACES[space_url].copy()
|
| 295 |
config['space_url'] = space_url
|
| 296 |
|
| 297 |
try:
|