BestWishYsh commited on
Commit
25c4264
·
verified ·
1 Parent(s): 198a617

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -15,7 +15,7 @@ CSV_DIR_CHRONOMAGIC_BENCH_150 = "./file/results_ChronoMagic-Bench-150.csv"
15
 
16
  COLUMN_NAMES = MODEL_INFO + ALL_RESULTS
17
 
18
- url = "https://www.pnglog.com/6xm07l.png"
19
  response = requests.get(url)
20
  base64_str = base64.b64encode(response.content).decode('utf-8')
21
  img_data_uri = f"data:image/png;base64,{base64_str}"
 
15
 
16
  COLUMN_NAMES = MODEL_INFO + ALL_RESULTS
17
 
18
+ url = "https://www.pnglog.com/MqiNJ0.jpg"
19
  response = requests.get(url)
20
  base64_str = base64.b64encode(response.content).decode('utf-8')
21
  img_data_uri = f"data:image/png;base64,{base64_str}"