ejschwartz commited on
Commit
a71a75a
·
1 Parent(s): 747e005
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -83,7 +83,7 @@ def run():
83
  outputs=[
84
  gr.Textbox(label="Compiled bytes"),
85
  gr.Textbox(label="Target bytes"),
86
- gr.Number(label="Edit distance"),
87
  ],
88
  )
89
 
 
83
  outputs=[
84
  gr.Textbox(label="Compiled bytes"),
85
  gr.Textbox(label="Target bytes"),
86
+ gr.Number(label="Edit distance (lower is better)"),
87
  ],
88
  )
89