sharktide commited on
Commit
55bbaa1
·
verified ·
1 Parent(s): f43b6c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -45,4 +45,6 @@ async def get_models() -> List[Dict]:
45
  "link": link.get("href") if link else None,
46
  })
47
 
 
 
48
  return models
 
45
  "link": link.get("href") if link else None,
46
  })
47
 
48
+ print(models)
49
+
50
  return models