Spaces:
Runtime error
Runtime error
Commit
·
6282954
1
Parent(s):
596896c
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ with gr.Blocks(css=".gradio-container { background-color: white; background-imag
|
|
30 |
score = gr.Textbox(label="Score", interactive=False)
|
31 |
btn.click(fn=compare_text, inputs=[source,target], outputs=[label,score])
|
32 |
gr.Examples([
|
|
|
33 |
["Oh, so the quantified platform is one of the most advanced communication intelligence in AI powered coaching systems.","most advanced conversation intelligence and AI powered coaching platform"],
|
34 |
["Oh, so the quantified platform is one of the most advanced communication intelligence in AI powered coaching systems. And what does that really mean? So, um, communication coaching is something that is typically delivered one on one between a communication coach who has a, uh, a doctorate or a, um, background and experience in teaching people how to be better communicators and how to express themselves effectively.","most advanced conversation intelligence and AI powered coaching platform"],
|
35 |
["And what does that really mean? So, um, communication coaching is something that is typically delivered one on one between a communication coach who has a, uh, a doctorate or a, um, background and experience in teaching people how to be better communicators and how to express themselves effectively.","most advanced conversation intelligence and AI powered coaching platform"],
|
|
|
30 |
score = gr.Textbox(label="Score", interactive=False)
|
31 |
btn.click(fn=compare_text, inputs=[source,target], outputs=[label,score])
|
32 |
gr.Examples([
|
33 |
+
["most advanced conversation intelligence and AI powered coaching platform","most advanced conversation intelligence and AI powered coaching platform"],
|
34 |
["Oh, so the quantified platform is one of the most advanced communication intelligence in AI powered coaching systems.","most advanced conversation intelligence and AI powered coaching platform"],
|
35 |
["Oh, so the quantified platform is one of the most advanced communication intelligence in AI powered coaching systems. And what does that really mean? So, um, communication coaching is something that is typically delivered one on one between a communication coach who has a, uh, a doctorate or a, um, background and experience in teaching people how to be better communicators and how to express themselves effectively.","most advanced conversation intelligence and AI powered coaching platform"],
|
36 |
["And what does that really mean? So, um, communication coaching is something that is typically delivered one on one between a communication coach who has a, uh, a doctorate or a, um, background and experience in teaching people how to be better communicators and how to express themselves effectively.","most advanced conversation intelligence and AI powered coaching platform"],
|