Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ HOW_WE_TESTED = """
|
|
40 |
"""
|
41 |
|
42 |
# URL of the CSV file
|
43 |
-
CSV_URL = "hf://datasets/rbgo/llm-inference-benchmark/
|
44 |
|
45 |
def load_and_process_csv():
|
46 |
# response = requests.get(CSV_URL)
|
|
|
40 |
"""
|
41 |
|
42 |
# URL of the CSV file
|
43 |
+
CSV_URL = "hf://datasets/rbgo/llm-inference-benchmark/LLM-inference-benchmark-3.csv"
|
44 |
|
45 |
def load_and_process_csv():
|
46 |
# response = requests.get(CSV_URL)
|