ayan4m1 commited on
Commit
153d27f
·
verified ·
1 Parent(s): 984fbb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def respond(
19
  top_p: float,
20
  top_k: int
21
  ):
22
- pipe = pipeline("text-generation", model=value, trust_remote_code=True)
23
 
24
  yield pipe(
25
  [
 
19
  top_p: float,
20
  top_k: int
21
  ):
22
+ pipe = pipeline("text-generation", model=model)
23
 
24
  yield pipe(
25
  [