0xhimzel commited on
Commit
4c118cf
Β·
1 Parent(s): 0822223

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with gr.Blocks() as demo:
25
  t1 = gr.Textbox(lines=5, label='Paste the text you want to check',value="There are a few things that can help protect your credit card information from being misused when you give it to a restaurant or any other business:\n\nEncryption: Many businesses use encryption to protect your credit card information when it is being transmitted or stored. This means that the information is transformed into a code that is difficult for anyone to read without the right key.")
26
  button1 = gr.Button("πŸ‘€ See results")
27
  score1 = gr.Textbox(lines=1, label='There is a')
28
- label1 = gr.Textbox(lines=1, label='That this text is written entirely by')
29
 
30
  button1.click(predict_en, inputs=[t1], outputs=[score1, label1])
31
 
 
25
  t1 = gr.Textbox(lines=5, label='Paste the text you want to check',value="There are a few things that can help protect your credit card information from being misused when you give it to a restaurant or any other business:\n\nEncryption: Many businesses use encryption to protect your credit card information when it is being transmitted or stored. This means that the information is transformed into a code that is difficult for anyone to read without the right key.")
26
  button1 = gr.Button("πŸ‘€ See results")
27
  score1 = gr.Textbox(lines=1, label='There is a')
28
+ label1 = gr.Textbox(lines=1, label='That this text is written entirely by a')
29
 
30
  button1.click(predict_en, inputs=[t1], outputs=[score1, label1])
31