Update main.py
Browse files
main.py
CHANGED
@@ -38,4 +38,4 @@ async def root():
|
|
38 |
async def root(text):
|
39 |
#return {"message": "Hello World"}
|
40 |
#return generator(text,max_length=100, num_return_sequences=1)
|
41 |
-
return
|
|
|
38 |
async def root(text):
|
39 |
#return {"message": "Hello World"}
|
40 |
#return generator(text,max_length=100, num_return_sequences=1)
|
41 |
+
return pipeline.run(query=text)
|