Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ cont = page1.content
|
|
40 |
|
41 |
# 设置API格式为JSON
|
42 |
gr.Interface(
|
43 |
-
fn=process_api
|
44 |
# fn=cont,
|
45 |
inputs="text",
|
46 |
outputs="json",
|
|
|
40 |
|
41 |
# 设置API格式为JSON
|
42 |
gr.Interface(
|
43 |
+
fn=process_api,
|
44 |
# fn=cont,
|
45 |
inputs="text",
|
46 |
outputs="json",
|