Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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':
|