Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def semanticComparativeClassification():
|
|
23 |
"Como sincronizo el m贸bil con Lya2"
|
24 |
]
|
25 |
},
|
26 |
-
})
|
27 |
|
28 |
output = query({
|
29 |
"inputs": {
|
@@ -36,7 +36,7 @@ def semanticComparativeClassification():
|
|
36 |
"Como sincronizo el m贸bil con Lya2"
|
37 |
]
|
38 |
},
|
39 |
-
})
|
40 |
|
41 |
output = query({
|
42 |
"inputs": {
|
@@ -60,6 +60,6 @@ def semanticComparativeClassification():
|
|
60 |
x = semanticComparativeClassification()
|
61 |
|
62 |
for i in x:
|
63 |
-
print
|
64 |
st.title('Uber pickups in NYC')
|
65 |
st.components.v1.html('sadasffas')
|
|
|
23 |
"Como sincronizo el m贸bil con Lya2"
|
24 |
]
|
25 |
},
|
26 |
+
})
|
27 |
|
28 |
output = query({
|
29 |
"inputs": {
|
|
|
36 |
"Como sincronizo el m贸bil con Lya2"
|
37 |
]
|
38 |
},
|
39 |
+
})"""
|
40 |
|
41 |
output = query({
|
42 |
"inputs": {
|
|
|
60 |
x = semanticComparativeClassification()
|
61 |
|
62 |
for i in x:
|
63 |
+
print(i)
|
64 |
st.title('Uber pickups in NYC')
|
65 |
st.components.v1.html('sadasffas')
|