Spaces:
Sleeping
Sleeping
Commit
·
d353e8e
1
Parent(s):
66b746d
update
Browse files
main.py
CHANGED
@@ -120,7 +120,7 @@ def run():
|
|
120 |
),
|
121 |
gr.Textbox(label="Compiler", value="g++"),
|
122 |
gr.Textbox(label="Compiler Flags", value="-O2"),
|
123 |
-
gr.Textbox(label="Architecture", value="i386"),
|
124 |
],
|
125 |
outputs=[
|
126 |
gr.Textbox(label="Compiled bytes"),
|
|
|
120 |
),
|
121 |
gr.Textbox(label="Compiler", value="g++"),
|
122 |
gr.Textbox(label="Compiler Flags", value="-O2"),
|
123 |
+
gr.Textbox(label="Architecture (for disassembler)", value="i386"),
|
124 |
],
|
125 |
outputs=[
|
126 |
gr.Textbox(label="Compiled bytes"),
|