Arnaudding001 commited on
Commit
08e3a61
·
1 Parent(s): ab67fdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ description = "将需要校对的文字贴在左侧方框中,点击Submit,稍等
19
  demo = gr.Interface(
20
  fn = inference,
21
  inputs = 'text'
22
- outpust = 'text',
23
  title=title,
24
  description=description
25
  )
 
19
  demo = gr.Interface(
20
  fn = inference,
21
  inputs = 'text'
22
+ outputs = 'text',
23
  title=title,
24
  description=description
25
  )