zswwsz commited on
Commit
c0ec2aa
1 Parent(s): 9d33a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ input = '明天又是好日子\n千金的光阴不能等\n明天又是好日子\
48
  gr.Interface(
49
  classify_text,
50
  # gr.inputs.Image(),
51
- gr.inputs.Textbox(lines=5,default=input),
52
  outputs = 'label'
53
  # inputs='image',
54
  # outputs='label',
 
48
  gr.Interface(
49
  classify_text,
50
  # gr.inputs.Image(),
51
+ gr.inputs.Textbox(lines=5,default=""),
52
  outputs = 'label'
53
  # inputs='image',
54
  # outputs='label',