Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def respond(
|
|
19 |
top_p: float,
|
20 |
top_k: int
|
21 |
):
|
22 |
-
pipe = pipeline("text-generation", model=
|
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 |
[
|