changxin commited on
Commit
e907ccd
·
1 Parent(s): f457161

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ description = """
20
  """
21
  article = "加入[组团吹水](https://qm.qq.com/cgi-bin/qm/qr?k=ueJ_sPuOGHOlzSsUC5lVTBdKpQP-PXbO&jump_from=webapi),你不来我不老!"
22
 
23
- gr.Interface(fn=fx,inputs=gr.Textbox(placeholder='测试组件,例如随意输入文本字符串"畅心"',label="请输入变量",show_label=True),outputs=gr.Textbox(label="输出运算结果",show_label=True),title = title, description = description, article = article).launch()
 
20
  """
21
  article = "加入[组团吹水](https://qm.qq.com/cgi-bin/qm/qr?k=ueJ_sPuOGHOlzSsUC5lVTBdKpQP-PXbO&jump_from=webapi),你不来我不老!"
22
 
23
+ gr.Interface(fn=fx,inputs=[gr.Textbox(placeholder='请输入凑数序列,如"1,3,5,10,16,54,32,48,6,7"',label="请输入待凑数序列",show_label=True),gr.number(label="请输入凑数和值",show_label=True)],outputs=gr.Textbox(label="输出运算结果",show_label=True),title = title, description = description, article = article).launch()