choco9966 commited on
Commit
c5760b2
1 Parent(s): 4f7633e

[Add] app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def add_new_eval(
139
  return styled_error("Please select a model type.")
140
 
141
  # check the model actually exists before adding the eval
142
- print("revision:", revision)
143
  if revision == "":
144
  revision = "main"
145
 
 
139
  return styled_error("Please select a model type.")
140
 
141
  # check the model actually exists before adding the eval
142
+ print("revision:", revision, "weight_type:", weight_type)
143
  if revision == "":
144
  revision = "main"
145