Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ fetch_data = StructuredTool.from_function(
|
|
109 |
# )
|
110 |
|
111 |
def translate(query: str) -> str:
|
112 |
-
translated = trans.invoke({"input": query})
|
113 |
return translated
|
114 |
|
115 |
translate_text = StructuredTool.from_function(
|
|
|
109 |
# )
|
110 |
|
111 |
def translate(query: str) -> str:
|
112 |
+
translated = trans.invoke({"input": query})
|
113 |
return translated
|
114 |
|
115 |
translate_text = StructuredTool.from_function(
|