Thiloid commited on
Commit
00bd8bf
·
verified ·
1 Parent(s): 7cb9591

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def response(prompt, history, selected_option, temperature=0.9, max_new_tokens=5
62
  output = ""
63
  for response in stream:
64
  output += response.token.text
65
- yield output
66
 
67
 
68
  dropdown_options = ["Keine These ausgewählt",
 
62
  output = ""
63
  for response in stream:
64
  output += response.token.text
65
+ return output
66
 
67
 
68
  dropdown_options = ["Keine These ausgewählt",