Spaces:
Sleeping
Sleeping
Commit
·
330481b
1
Parent(s):
d5b54f4
update
Browse files
main.py
CHANGED
@@ -54,7 +54,7 @@ def run():
|
|
54 |
fn=predict,
|
55 |
description=description,
|
56 |
inputs=[
|
57 |
-
gr.Textbox(lines=10, label="
|
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"),
|