Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -33,7 +33,7 @@ def server_app():
|
|
33 |
@app.route('/')
|
34 |
def server_home():
|
35 |
|
36 |
-
output =
|
37 |
"inputs": {
|
38 |
"source_sentence": "That is a happy person",
|
39 |
"sentences": [
|
|
|
33 |
@app.route('/')
|
34 |
def server_home():
|
35 |
|
36 |
+
output = query({
|
37 |
"inputs": {
|
38 |
"source_sentence": "That is a happy person",
|
39 |
"sentences": [
|