i_vorobyev commited on
Commit
ab07ae7
·
1 Parent(s): ad170ff

add examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ inputs = [gr.Textbox(lines=5, label="Heavy chain"),
115
  ]
116
  iface = gr.Interface(fn=pred_seq,
117
  inputs=inputs,
118
- examples = [h_chain_example, l_chain_example],
119
  outputs=gr.HTML(),
120
  title="Antibody structure prediction")
121
 
 
115
  ]
116
  iface = gr.Interface(fn=pred_seq,
117
  inputs=inputs,
118
+ examples = [[h_chain_example, l_chain_example]],
119
  outputs=gr.HTML(),
120
  title="Antibody structure prediction")
121