Change url so it works

#12
by hw01558 - opened
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 = {