Pendrokar commited on
Commit
c1974f2
·
1 Parent(s): de0f879

XTTS test fix

Browse files
Files changed (1) hide show
  1. 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[model_name].copy()
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: