ksuzuki01 commited on
Commit
b0340d8
1 Parent(s): 00effd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def generate(input_text):
45
 
46
  iface = gr.Interface(
47
  fn=generate,
48
- inputs="text",
49
  outputs="text",
50
  title = "Japanese GPT 1B PII Masking DEMO"
51
  )
 
45
 
46
  iface = gr.Interface(
47
  fn=generate,
48
+ inputs=gr.Textbox(label = "input", default = "渡邉亮です。現在の住所は東京都世田谷区代沢1-2-3です。"),
49
  outputs="text",
50
  title = "Japanese GPT 1B PII Masking DEMO"
51
  )