Spaces:
Sleeping
Sleeping
Commit
·
20f12de
1
Parent(s):
777a3cd
update
Browse files
main.py
CHANGED
@@ -55,8 +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 |
-
gr.Textbox(label="Compiler",
|
59 |
-
gr.Textbox(label="Compiler Flags",
|
60 |
],
|
61 |
outputs=[gr.Textbox(), gr.Number()],
|
62 |
)
|
|
|
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", value="gcc"),
|
59 |
+
gr.Textbox(label="Compiler Flags", value="-O2"),
|
60 |
],
|
61 |
outputs=[gr.Textbox(), gr.Number()],
|
62 |
)
|