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