Spaces:
Sleeping
Sleeping
Commit
·
fa2e9f5
1
Parent(s):
029945b
update
Browse files
main.py
CHANGED
@@ -61,7 +61,7 @@ def run():
|
|
61 |
description=description,
|
62 |
inputs=[
|
63 |
gr.Textbox(lines=10, label="Hex-bytes of target", value="61 62 63"),
|
64 |
-
gr.Textbox(lines=10, label="Decompiled C Source Code"),
|
65 |
gr.Textbox(label="Compiler", value="gcc"),
|
66 |
gr.Textbox(label="Compiler Flags", value="-O2"),
|
67 |
],
|
|
|
61 |
description=description,
|
62 |
inputs=[
|
63 |
gr.Textbox(lines=10, label="Hex-bytes of target", value="61 62 63"),
|
64 |
+
gr.Textbox(lines=10, label="Decompiled C Source Code", value="int foo() { return 42; }"),
|
65 |
gr.Textbox(label="Compiler", value="gcc"),
|
66 |
gr.Textbox(label="Compiler Flags", value="-O2"),
|
67 |
],
|