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