loubnabnl HF Staff commited on
Commit
04f8503
·
1 Parent(s): b9b5860

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ iface = gr.Interface(
45
  )
46
  ],
47
  outputs=gr.Textbox(label="Predicted code", lines=10),
48
- examples=example,
49
  layout="horizontal",
50
  theme="peach",
51
  description=description,
 
45
  )
46
  ],
47
  outputs=gr.Textbox(label="Predicted code", lines=10),
48
+ #examples=example,
49
  layout="horizontal",
50
  theme="peach",
51
  description=description,