loubnabnl HF Staff commited on
Commit
8174f90
·
1 Parent(s): 2e0d512

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ interface = gr.Interface(
44
  label="Random seed to use for the generation"
45
  )
46
  ],
47
- outputs=gr.Textbox(label="Predicted code", lines=10)),
48
  examples=example,
49
  layout="horizontal",
50
  theme="peach",
 
44
  label="Random seed to use for the generation"
45
  )
46
  ],
47
+ outputs=gr.Textbox(label="Predicted code", lines=10),
48
  examples=example,
49
  layout="horizontal",
50
  theme="peach",