Spaces:
Sleeping
Sleeping
Commit
·
d868a6b
1
Parent(s):
9377434
Fix examples
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def infer(code):
|
|
102 |
demo = gr.Interface(
|
103 |
fn=infer,
|
104 |
inputs=[
|
105 |
-
gr.Textbox(lines=10, value=
|
106 |
],
|
107 |
outputs=[
|
108 |
gr.Text(label="Var Decoder Output"),
|
|
|
102 |
demo = gr.Interface(
|
103 |
fn=infer,
|
104 |
inputs=[
|
105 |
+
gr.Textbox(lines=10, value=examples[0], label="Hex-Rays Decompilation"),
|
106 |
],
|
107 |
outputs=[
|
108 |
gr.Text(label="Var Decoder Output"),
|