Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import sys
|
|
| 5 |
import time
|
| 6 |
import math
|
| 7 |
import pandas as pd
|
|
|
|
| 8 |
from catalogue_operations import *
|
| 9 |
|
| 10 |
def main():
|
|
@@ -133,7 +134,7 @@ def germanShepherdEvaluation():
|
|
| 133 |
germanShepherdColumns[germanShepherdIndexColumn+1].image(germanShepherdLink, caption=lab, use_column_width='always')
|
| 134 |
germanShepherdIndexImage += 1
|
| 135 |
|
| 136 |
-
|
| 137 |
|
| 138 |
germanShepherdSimilarityValueOutput = {}
|
| 139 |
for q, x in germanShepherdSimilarityValue.items():
|
|
|
|
| 5 |
import time
|
| 6 |
import math
|
| 7 |
import pandas as pd
|
| 8 |
+
from utils import *
|
| 9 |
from catalogue_operations import *
|
| 10 |
|
| 11 |
def main():
|
|
|
|
| 134 |
germanShepherdColumns[germanShepherdIndexColumn+1].image(germanShepherdLink, caption=lab, use_column_width='always')
|
| 135 |
germanShepherdIndexImage += 1
|
| 136 |
|
| 137 |
+
germanShepherdValueatIndex = ['w', 'e 's']
|
| 138 |
|
| 139 |
germanShepherdSimilarityValueOutput = {}
|
| 140 |
for q, x in germanShepherdSimilarityValue.items():
|