nikshep01 commited on
Commit
230c5ac
1 Parent(s): 5b42b54

Update app.py

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