ejschwartz commited on
Commit
c66c30d
·
1 Parent(s): b746655
Files changed (1) hide show
  1. app.py +1 -1
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()