mo01018 hw01558 commited on
Commit
2ce9cdd
·
verified ·
1 Parent(s): fe82cb7

Change url so it works (#12)

Browse files

- Change url so it works (09eae351e23870fd10992d49eb580c43b08925ae)


Co-authored-by: H Wilks <[email protected]>

Files changed (1) hide show
  1. tests.py +1 -1
tests.py CHANGED
@@ -5,7 +5,7 @@ import csv
5
 
6
  NUM_REQUESTS = 5
7
  CONCURRENT_THREADS = 10
8
- URL = "https://huggingface.co/spaces/mo01018/Deployment-Trial"
9
 
10
  def send_request():
11
  data = {
 
5
 
6
  NUM_REQUESTS = 5
7
  CONCURRENT_THREADS = 10
8
+ URL = "https://mo01018-Deployment-Trial.hf.space"
9
 
10
  def send_request():
11
  data = {