ejschwartz commited on
Commit
2fb9d5e
·
1 Parent(s): ba2de1a
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -60,7 +60,7 @@ def run():
60
  gr.Textbox(label="Compiler", value="gcc"),
61
  gr.Textbox(label="Compiler Flags", value="-O2"),
62
  ],
63
- outputs=[gr.Textbox(), gr.Number()],
64
  )
65
 
66
  demo.launch(server_name="0.0.0.0", server_port=7860)
 
60
  gr.Textbox(label="Compiler", value="gcc"),
61
  gr.Textbox(label="Compiler Flags", value="-O2"),
62
  ],
63
+ outputs=[gr.Textbox(label="Compiled bytes"), gr.Number(label="Accuracy (TBD)")],
64
  )
65
 
66
  demo.launch(server_name="0.0.0.0", server_port=7860)