cdc-hf commited on
Commit
e2c5e4a
·
verified ·
1 Parent(s): 80b0a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def respond(
42
  temperature=temperature,
43
  top_p=top_p,
44
  ).content
45
- yield response
46
 
47
 
48
  """
 
42
  temperature=temperature,
43
  top_p=top_p,
44
  ).content
45
+ yield response
46
 
47
 
48
  """