ejschwartz commited on
Commit
b3f7be6
·
1 Parent(s): 6c6ef93
Files changed (1) hide show
  1. app.py +1 -1
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.JSON(label="Aidapal Output"),
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
  )