ejschwartz commited on
Commit
ca8a6c5
·
1 Parent(s): f900015
Files changed (1) hide show
  1. app.py +1 -1
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.JSON(label="Aidapal Output as JSON"), gr.Text(label="Raw Aidapal Output")],
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
  )