Spaces:
Sleeping
Sleeping
Commit
·
ca8a6c5
1
Parent(s):
f900015
Debugging
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def predict(code):
|
|
87 |
demo = gr.Interface(
|
88 |
fn=predict,
|
89 |
inputs=gr.Text(label="Hex-Rays decompiler output"),
|
90 |
-
outputs=[gr.
|
91 |
description=frontmatter.load("README.md").content,
|
92 |
examples=examples
|
93 |
)
|
|
|
87 |
demo = gr.Interface(
|
88 |
fn=predict,
|
89 |
inputs=gr.Text(label="Hex-Rays decompiler output"),
|
90 |
+
outputs=[gr.Text(label="Aidapal Output as JSON"), gr.Text(label="Raw Aidapal Output")],
|
91 |
description=frontmatter.load("README.md").content,
|
92 |
examples=examples
|
93 |
)
|