Spaces:
Build error
Build error
Update app.py
Browse files
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(
|
|
|
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()
|