Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ if __name__ == "__main__":
|
|
| 43 |
# 03. Gradio UI elements
|
| 44 |
with gr.Blocks() as grBlocks_SentenceSimilarity__MCP_Server:
|
| 45 |
gr.Markdown("# Sentence-BERT (sBERT) for Text Similarity using HF Inference Server")
|
| 46 |
-
gr.Markdown("### This MCP-Server works for MCP-Client https://huggingface.co/spaces/
|
| 47 |
gr.Markdown("This application calculates sBERT Similarity Score between two Texts")
|
| 48 |
|
| 49 |
with gr.Row():
|
|
|
|
| 43 |
# 03. Gradio UI elements
|
| 44 |
with gr.Blocks() as grBlocks_SentenceSimilarity__MCP_Server:
|
| 45 |
gr.Markdown("# Sentence-BERT (sBERT) for Text Similarity using HF Inference Server")
|
| 46 |
+
gr.Markdown("### This MCP-Server works for MCP-Client https://huggingface.co/spaces/AllIllusion/MCP-Client_SyntheticText_Similarity")
|
| 47 |
gr.Markdown("This application calculates sBERT Similarity Score between two Texts")
|
| 48 |
|
| 49 |
with gr.Row():
|