TianlaiChen commited on
Commit
d56dc1c
·
1 Parent(s): eefdf2d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def hello():
39
 
40
  # Define the Gradio interface
41
  interface = gr.Interface(
42
- fn=generate_peptide,
43
  inputs=[
44
  gr.inputs.Textbox(label="Protein Sequence", default="Enter protein sequence here", type="text"),
45
  gr.inputs.Dropdown(choices=[str(i) for i in range(2, 51)], label="Peptide Length", default="15"),
 
39
 
40
  # Define the Gradio interface
41
  interface = gr.Interface(
42
+ fn=hello,
43
  inputs=[
44
  gr.inputs.Textbox(label="Protein Sequence", default="Enter protein sequence here", type="text"),
45
  gr.inputs.Dropdown(choices=[str(i) for i in range(2, 51)], label="Peptide Length", default="15"),