Omartificial-Intelligence-Space commited on
Commit
bc8ca0c
·
verified ·
1 Parent(s): 21a10ef

update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -47,11 +47,11 @@ examples = [
47
  # Create Gradio interface
48
  gr.Interface(
49
  fn=predict,
50
- title="Arabic Semantic Similarity and NLI with SentenceTransformers",
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="Author: Your Name. Model from Hugging Face Hub: Omartificial-Intelligence-Space/Arabic-Nli-Matryoshka",
57
- ).launch(debug=True, enable_queue=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)