Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import pandas as pd
|
3 |
|
4 |
-
df = pd.read_csv('https://huggingface.co/datasets/stevhliu/quantization/
|
5 |
|
6 |
def filter_by_hardware_or_bits(df, hardware=None, bits=None):
|
7 |
if hardware is None and bits is None:
|
|
|
1 |
import gradio as gr
|
2 |
import pandas as pd
|
3 |
|
4 |
+
df = pd.read_csv('https://huggingface.co/datasets/stevhliu/quantization/raw/main/quantization.csv')
|
5 |
|
6 |
def filter_by_hardware_or_bits(df, hardware=None, bits=None):
|
7 |
if hardware is None and bits is None:
|