Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
c66c30d
1
Parent(s):
b746655
syntax
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def predict(code):
|
|
72 |
demo = gr.Interface(
|
73 |
fn=predict,
|
74 |
inputs=gr.Text(placeholder=example, label="Hex-Rays decompiler output"),
|
75 |
-
outputs=gr.JSON(label="Aidapal Output")
|
76 |
description=frontmatter.load("README.md").content,
|
77 |
)
|
78 |
demo.launch()
|
|
|
72 |
demo = gr.Interface(
|
73 |
fn=predict,
|
74 |
inputs=gr.Text(placeholder=example, label="Hex-Rays decompiler output"),
|
75 |
+
outputs=gr.JSON(label="Aidapal Output"),
|
76 |
description=frontmatter.load("README.md").content,
|
77 |
)
|
78 |
demo.launch()
|