ayan4m1 commited on
Commit
b6124d1
·
1 Parent(s): c501cc4

fix: yield text correctly

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def respond(
19
  temperature=temperature,
20
  top_p=top_p,
21
  top_k=top_k
22
- )
23
 
24
 
25
  """
 
19
  temperature=temperature,
20
  top_p=top_p,
21
  top_k=top_k
22
+ )['generated_text']
23
 
24
 
25
  """