SpatialWebAgent commited on
Commit
843b338
·
verified ·
1 Parent(s): 0dbbd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ cont = page1.content
40
 
41
  # 设置API格式为JSON
42
  gr.Interface(
43
- fn=process_api(inputs),
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",