Spaces:
Sleeping
Sleeping
Commit
·
3db437f
1
Parent(s):
0f808c3
Up
Browse files
main.py
CHANGED
@@ -29,7 +29,7 @@ def predict(source):
|
|
29 |
def run():
|
30 |
demo = gr.Interface(
|
31 |
fn=predict,
|
32 |
-
inputs=gr.Textbox(),
|
33 |
outputs=[gr.Textbox(), gr.Number()],
|
34 |
)
|
35 |
|
|
|
29 |
def run():
|
30 |
demo = gr.Interface(
|
31 |
fn=predict,
|
32 |
+
inputs=gr.Textbox(lines=10, label="Decompiled C Source Code"),
|
33 |
outputs=[gr.Textbox(), gr.Number()],
|
34 |
)
|
35 |
|