Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -288,6 +288,7 @@ model_links = {
|
|
| 288 |
# choice2 = get_random_split(choice1)
|
| 289 |
# return (choice1, choice2)
|
| 290 |
def model_license(name):
|
|
|
|
| 291 |
if name in model_licenses.keys():
|
| 292 |
return model_licenses[name]
|
| 293 |
return 'Unknown'
|
|
|
|
| 288 |
# choice2 = get_random_split(choice1)
|
| 289 |
# return (choice1, choice2)
|
| 290 |
def model_license(name):
|
| 291 |
+
print(name)
|
| 292 |
if name in model_licenses.keys():
|
| 293 |
return model_licenses[name]
|
| 294 |
return 'Unknown'
|