Spaces:
Sleeping
Sleeping
Commit
·
5404675
1
Parent(s):
abcf3df
update
Browse files
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 |
)
|