Neo111x commited on
Commit
de3dc7b
·
verified ·
1 Parent(s): 475f7e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -67,10 +67,10 @@ with torch.no_grad():
67
  c_func_decompile = tokenizer.decode(outputs[0][len(inputs[0]):-1])
68
 
69
  # Note only decompile one function, where the original file may contain multiple functions
70
- print(f'original function:\n{func}')
71
  print(f'decompiled function:\n{c_func_decompile}')
72
  ```
73
 
74
- ### 5. Contact
75
 
76
  If you have any questions, please raise an issue.
 
67
  c_func_decompile = tokenizer.decode(outputs[0][len(inputs[0]):-1])
68
 
69
  # Note only decompile one function, where the original file may contain multiple functions
70
+
71
  print(f'decompiled function:\n{c_func_decompile}')
72
  ```
73
 
74
+ ### 4. Contact
75
 
76
  If you have any questions, please raise an issue.