Mihail Yonchev commited on
Commit
71a5d39
1 Parent(s): f246119

Update formatting.py

Browse files
Files changed (1) hide show
  1. src/display/formatting.py +1 -1
src/display/formatting.py CHANGED
@@ -12,7 +12,7 @@ def model_hyperlink(link, model_name):
12
 
13
 
14
  def make_clickable_model(model_name, model_type):
15
- if not model_type or model_type == "closed":
16
  return model_name
17
  # print(model_type, 'model type')
18
  link = f"https://huggingface.co/{model_name}"
 
12
 
13
 
14
  def make_clickable_model(model_name, model_type):
15
+ if not model_type or model_type == "Private":
16
  return model_name
17
  # print(model_type, 'model type')
18
  link = f"https://huggingface.co/{model_name}"