ejschwartz commited on
Commit
5404675
·
1 Parent(s): abcf3df
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -55,6 +55,8 @@ def run():
55
  inputs=[
56
  gr.Textbox(lines=10, label="Python bytestring of binary code"),
57
  gr.Textbox(lines=10, label="Decompiled C Source Code"),
 
 
58
  ],
59
  outputs=[gr.Textbox(), gr.Number()],
60
  )
 
55
  inputs=[
56
  gr.Textbox(lines=10, label="Python bytestring of binary code"),
57
  gr.Textbox(lines=10, label="Decompiled C Source Code"),
58
+ gr.Textbox(label="Compiler", default="gcc"),
59
+ gr.Textbox(label="Compiler Flags", default="-O2"),
60
  ],
61
  outputs=[gr.Textbox(), gr.Number()],
62
  )