Weyaxi commited on
Commit
b9c6166
·
verified ·
1 Parent(s): 8ac40f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: