AWeirdDev commited on
Commit
0cd1128
·
verified ·
1 Parent(s): 0f9f52a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def generate(
91
  t = response.token.text
92
  yield t if t != "</s>" else ""
93
 
94
- #return output
95
 
96
  @app.get('/')
97
  async def index():
 
91
  t = response.token.text
92
  yield t if t != "</s>" else ""
93
 
94
+ return output
95
 
96
  @app.get('/')
97
  async def index():