None1145 commited on
Commit
68e035f
·
verified ·
1 Parent(s): e012ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,7 +32,8 @@ def respond(
32
  yield "Error: No model loaded. Please load a model first."
33
  return
34
 
35
- yield "..."
 
36
 
37
  generation_kwargs = dict(
38
  max_length=8192,
 
32
  yield "Error: No model loaded. Please load a model first."
33
  return
34
 
35
+ response = "..."
36
+ yield response
37
 
38
  generation_kwargs = dict(
39
  max_length=8192,