Leches33 commited on
Commit
e0b513d
·
verified ·
1 Parent(s): a5b69c6

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +2 -1
handler.py CHANGED
@@ -4,4 +4,5 @@ class EndpointHandler:
4
  pass
5
 
6
  def __call__(self, data):
7
- return [{"generated_text": "API FUNCIONANDO"}]
 
 
4
  pass
5
 
6
  def __call__(self, data):
7
+ return [{"generated_text": "API FUNCIONANDO"}]
8
+