nikshep01 commited on
Commit
65d72cc
·
verified ·
1 Parent(s): e748dfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
+