Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -18,3 +18,4 @@ output = model.generate(input_ids, attention_mask=attention_mask, max_length=100
|
|
18 |
# Decode and print the generated code
|
19 |
generated_code = tokenizer.decode(output[0], skip_special_tokens=True)
|
20 |
print(generated_code)
|
|
|
|
18 |
# Decode and print the generated code
|
19 |
generated_code = tokenizer.decode(output[0], skip_special_tokens=True)
|
20 |
print(generated_code)
|
21 |
+
|