mrfakename commited on
Commit
05074bf
·
verified ·
1 Parent(s): cfd0374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -289,6 +289,7 @@ model_links = {
289
  # return (choice1, choice2)
290
  def model_license(name):
291
  for k, v in model_names.items():
 
292
  if v == name:
293
  print(v, k)
294
  return model_licenses[k]
 
289
  # return (choice1, choice2)
290
  def model_license(name):
291
  for k, v in model_names.items():
292
+ print(v)
293
  if v == name:
294
  print(v, k)
295
  return model_licenses[k]