Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ else:
|
|
43 |
input_ids = encoded_prompt
|
44 |
|
45 |
|
46 |
-
output_sequences = infer(input_ids, max_length, temperature, top_k, top_p
|
47 |
|
48 |
|
49 |
|
|
|
43 |
input_ids = encoded_prompt
|
44 |
|
45 |
|
46 |
+
output_sequences = infer(input_ids, max_length, temperature, top_k, top_p)
|
47 |
|
48 |
|
49 |
|