Spaces:
Sleeping
Sleeping
Commit
·
b3f7be6
1
Parent(s):
6c6ef93
Text
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def predict(code):
|
|
76 |
demo = gr.Interface(
|
77 |
fn=predict,
|
78 |
inputs=gr.Text(label="Hex-Rays decompiler output"),
|
79 |
-
outputs=gr.
|
80 |
description=frontmatter.load("README.md").content,
|
81 |
examples=examples
|
82 |
)
|
|
|
76 |
demo = gr.Interface(
|
77 |
fn=predict,
|
78 |
inputs=gr.Text(label="Hex-Rays decompiler output"),
|
79 |
+
outputs=gr.Text(label="Aidapal Output"),
|
80 |
description=frontmatter.load("README.md").content,
|
81 |
examples=examples
|
82 |
)
|