Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ if __name__ == "__main__":
|
|
| 36 |
|
| 37 |
# 创建 Gradio 接口并应用美化样式和示例
|
| 38 |
iface = gr.Interface(
|
| 39 |
-
fn=
|
| 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",
|