JessPink commited on
Commit
6b90c39
·
1 Parent(s): 91c8167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  fn=generate_text,
20
  inputs=[gr.Textbox(lines=10, label="Prefix"),
21
  gr.Textbox(lines=10, label="Suffix")],
22
- outputs=gr.outputs.Textbox(),
23
  )
24
 
25
  # 启动Gradio接口
 
19
  fn=generate_text,
20
  inputs=[gr.Textbox(lines=10, label="Prefix"),
21
  gr.Textbox(lines=10, label="Suffix")],
22
+ outputs=gr.Textbox(),
23
  )
24
 
25
  # 启动Gradio接口