Spaces:
Sleeping
Sleeping
Commit
·
a71a75a
1
Parent(s):
747e005
update
Browse files
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 |
|