ejschwartz commited on
Commit
330481b
·
1 Parent(s): d5b54f4
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -54,7 +54,7 @@ def run():
54
  fn=predict,
55
  description=description,
56
  inputs=[
57
- gr.Textbox(lines=10, label="Python bytestring of binary code"),
58
  gr.Textbox(lines=10, label="Decompiled C Source Code"),
59
  gr.Textbox(label="Compiler", value="gcc"),
60
  gr.Textbox(label="Compiler Flags", value="-O2"),
 
54
  fn=predict,
55
  description=description,
56
  inputs=[
57
+ gr.Textbox(lines=10, label="Hex-bytes of target", value="61 62 63"),
58
  gr.Textbox(lines=10, label="Decompiled C Source Code"),
59
  gr.Textbox(label="Compiler", value="gcc"),
60
  gr.Textbox(label="Compiler Flags", value="-O2"),