Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -34,4 +34,4 @@ class EndpointHandler():
|
|
34 |
|
35 |
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
36 |
res = self.generate_text("Explain to me the difference between nuclear fission and fusion.")
|
37 |
-
return res
|
|
|
34 |
|
35 |
def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
|
36 |
res = self.generate_text("Explain to me the difference between nuclear fission and fusion.")
|
37 |
+
return res
|