Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ pipe = pipeline(model = "google/gemma-1.1-7b-it")
|
|
26 |
def fn(input):
|
27 |
output = pipe(
|
28 |
input,
|
29 |
-
max_new_tokens = 100
|
30 |
)
|
31 |
return output[0]["generated_text"]#[len(input):]
|
32 |
|
|
|
26 |
def fn(input):
|
27 |
output = pipe(
|
28 |
input,
|
29 |
+
#max_new_tokens = 100
|
30 |
)
|
31 |
return output[0]["generated_text"]#[len(input):]
|
32 |
|