Update app.py
Browse files
app.py
CHANGED
@@ -106,9 +106,10 @@ for model, values in liste.items():
|
|
106 |
awq.append(awq_value)
|
107 |
ggml.append(ggml_value)
|
108 |
|
|
|
|
|
109 |
|
110 |
df = pd.DataFrame({'👤 Author Name': authors, '🤖 Model Name': models, '👍 GPTQ': gptq, '📥 GGUF': gguf, '🤷♂️ AWQ': awq, '😭 GGML': ggml})
|
111 |
-
print(df)
|
112 |
|
113 |
def search(search_text):
|
114 |
if not search_text:
|
|
|
106 |
awq.append(awq_value)
|
107 |
ggml.append(ggml_value)
|
108 |
|
109 |
+
print(authors)
|
110 |
+
print(gptq)
|
111 |
|
112 |
df = pd.DataFrame({'👤 Author Name': authors, '🤖 Model Name': models, '👍 GPTQ': gptq, '📥 GGUF': gguf, '🤷♂️ AWQ': awq, '😭 GGML': ggml})
|
|
|
113 |
|
114 |
def search(search_text):
|
115 |
if not search_text:
|