Tomoniai commited on
Commit
8481591
·
1 Parent(s): 9ecd148

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def generate(
36
  for response in stream:
37
  output += response.token.text
38
  yield output
39
- return output
40
 
41
 
42
  mychatbot = gr.Chatbot(
 
36
  for response in stream:
37
  output += response.token.text
38
  yield output
39
+ # return output
40
 
41
 
42
  mychatbot = gr.Chatbot(