Spaces:
Running
Running
Update constants.py
Browse files- 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/
|
| 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}"
|