sergiomar73 commited on
Commit
0e5144a
1 Parent(s): f9f08a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def compare_text(source, target):
19
  import gradio as gr
20
 
21
  with gr.Blocks(css=".gradio-container { background-color: white; background-image: url('file=./qc-logo.png'); background-size: 75px 75px; background-repeat: no-repeat; background-position: 0px 0px; }") as demo:
22
- gr.Markdown(f"# {' ' * 8}Sentence comparer w/BERT (paraphrase-distilroberta-base-v2)")
23
  with gr.Row():
24
  source = gr.Textbox(lines=3, label="Source sentence", placeholder="Source sentence")
25
  with gr.Row():
 
19
  import gradio as gr
20
 
21
  with gr.Blocks(css=".gradio-container { background-color: white; background-image: url('file=./qc-logo.png'); background-size: 75px 75px; background-repeat: no-repeat; background-position: 0px 0px; }") as demo:
22
+ gr.Markdown(f"# {' ' * 8}Sentence comparer BERT paraphrase-distilroberta-base-v2")
23
  with gr.Row():
24
  source = gr.Textbox(lines=3, label="Source sentence", placeholder="Source sentence")
25
  with gr.Row():