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

Update app.py

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