Arnaudding001 commited on
Commit
e5c49a6
·
1 Parent(s): 1be7c5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ description = "将需要校对的文字贴在左侧方框中,点击Submit,稍等
19
 
20
  gr.Interface(
21
  inference
22
- gr.inputs.Textbox(type='text', label="Input"),
23
- gr.outputs.Textbox(type='text', label="Text corrigé"),
24
  title=title,
25
  description=description
26
  ).launch()
 
19
 
20
  gr.Interface(
21
  inference
22
+ gr.inputs.Textbox(label="Input"),
23
+ gr.outputs.Textbox('text', label="Text corrigé"),
24
  title=title,
25
  description=description
26
  ).launch()