mrfakename commited on
Commit
9068c64
1 Parent(s): 05074bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ model_links = {
288
  # choice2 = get_random_split(choice1)
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)
 
288
  # choice2 = get_random_split(choice1)
289
  # return (choice1, choice2)
290
  def model_license(name):
291
+ for k, v in AVAILABLE_MODELS.items():
292
  print(v)
293
  if v == name:
294
  print(v, k)