Matyáš Boháček commited on
Commit
039e5e3
1 Parent(s): c4279be
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -100,6 +100,10 @@ def greet(label, video0, video1):
100
 
101
  results = {GLOSS[i]: float(results[i]) for i in range(100)}
102
 
 
 
 
 
103
  return results
104
 
105
 
 
100
 
101
  results = {GLOSS[i]: float(results[i]) for i in range(100)}
102
 
103
+ #temp
104
+ results = {GLOSS[i]: float(results[i]) for i in range(15)}
105
+ #ende des temps
106
+
107
  return results
108
 
109