jackrui commited on
Commit
a2935b0
1 Parent(s): 4524629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ if __name__ == "__main__":
36
 
37
  # 创建 Gradio 接口并应用美化样式和示例
38
  iface = gr.Interface(
39
- fn=classify_sequence,
40
  inputs="text",
41
  outputs="text",
42
  title="AMP Sequence Detector",
 
36
 
37
  # 创建 Gradio 接口并应用美化样式和示例
38
  iface = gr.Interface(
39
+ fn=one,
40
  inputs="text",
41
  outputs="text",
42
  title="AMP Sequence Detector",