cowcow02 commited on
Commit
9a6746d
1 Parent(s): 04461f7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def predict(message, history):
92
 
93
 
94
  def predict_without_history(message, history):
95
- return predict(message, [])
96
 
97
 
98
  def predict_with_rag(message, history):
 
92
 
93
 
94
  def predict_without_history(message, history):
95
+ yield from predict(message, [])
96
 
97
 
98
  def predict_with_rag(message, history):