Omnibus commited on
Commit
61374ed
·
verified ·
1 Parent(s): 0776ccc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def model_explorer(search,task,limit=100):
19
 
20
  cnt=0
21
  for i,mod in enumerate(this):
22
- print(mod)
23
  print(dir(mod))
24
  cnt+=1
25
  #if mod.gated=='manual':
 
19
 
20
  cnt=0
21
  for i,mod in enumerate(this):
22
+ print(mod.__dict__)
23
  print(dir(mod))
24
  cnt+=1
25
  #if mod.gated=='manual':