Spaces:
Sleeping
Sleeping
朱东升
commited on
Commit
·
2f2f63e
1
Parent(s):
b1482b2
requirements update5
Browse files
app.py
CHANGED
@@ -92,8 +92,7 @@ demo = gr.Interface(
|
|
92 |
inputs=gr.JSON(),
|
93 |
outputs=gr.JSON(),
|
94 |
title="代码评估服务",
|
95 |
-
description="支持多种编程语言的代码评估服务"
|
96 |
-
api_name="/evaluate" # 修改为带有前导斜杠的API名称
|
97 |
)
|
98 |
|
99 |
if __name__ == "__main__":
|
|
|
92 |
inputs=gr.JSON(),
|
93 |
outputs=gr.JSON(),
|
94 |
title="代码评估服务",
|
95 |
+
description="支持多种编程语言的代码评估服务"
|
|
|
96 |
)
|
97 |
|
98 |
if __name__ == "__main__":
|