update app.py
Browse files
app.py
CHANGED
@@ -47,11 +47,11 @@ examples = [
|
|
47 |
# Create Gradio interface
|
48 |
gr.Interface(
|
49 |
fn=predict,
|
50 |
-
title="Arabic
|
51 |
description="Compute the semantic similarity and classify the relationship between two Arabic sentences using a SentenceTransformer model.",
|
52 |
inputs=inputs,
|
53 |
examples=examples,
|
54 |
outputs=outputs,
|
55 |
cache_examples=False,
|
56 |
-
article="
|
57 |
-
).launch(debug=True
|
|
|
47 |
# Create Gradio interface
|
48 |
gr.Interface(
|
49 |
fn=predict,
|
50 |
+
title="Arabic Sentence Similarity and NLI Classification",
|
51 |
description="Compute the semantic similarity and classify the relationship between two Arabic sentences using a SentenceTransformer model.",
|
52 |
inputs=inputs,
|
53 |
examples=examples,
|
54 |
outputs=outputs,
|
55 |
cache_examples=False,
|
56 |
+
article="OMER NACAR. Model from Hugging Face Hub: Omartificial-Intelligence-Space/Arabic-Nli-Matryoshka",
|
57 |
+
).launch(debug=True)
|