changxin commited on
Commit
99dfcbd
·
1 Parent(s): 07aa5b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ description = """
11
  """
12
  article = "加入 [组团吹水](https://qm.qq.com/cgi-bin/qm/qr?k=ueJ_sPuOGHOlzSsUC5lVTBdKpQP-PXbO&jump_from=webapi),你不来我不老!"
13
 
14
- 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(live=True)
 
11
  """
12
  article = "加入 [组团吹水](https://qm.qq.com/cgi-bin/qm/qr?k=ueJ_sPuOGHOlzSsUC5lVTBdKpQP-PXbO&jump_from=webapi),你不来我不老!"
13
 
14
+ 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()