AhmadHakami commited on
Commit
ed5dd5d
1 Parent(s): 7729223
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ for image in os.listdir("examples"):
19
 
20
  gr.Interface.from_pipeline(model,
21
  title="Tbyan - تِــبْيان Alzheimer MRI Classification",
22
- description="This model fine-tuned using [Google Base ViT 16×16 Pitch](hf.co/google/vit-base-patch16-224-in21k), and trained on credible MRI data from Open Access Series of Imaging Studies (OASIS) and the data annotated by experts, it aims to expedite patient results, developed by Tbyan تبيان Team at AI course by `Misk Foundation & Samsung Innovation Campus`, \n **Try it now:**",
23
  examples = examples).launch()
24
 
25
 
 
19
 
20
  gr.Interface.from_pipeline(model,
21
  title="Tbyan - تِــبْيان Alzheimer MRI Classification",
22
+ description="This model fine-tuned using vit-base-patch16-224-in21k by Google, and trained on credible MRI data from Open Access Series of Imaging Studies (OASIS) and the data annotated by experts, it aims to expedite patient results, developed by Tbyan تبيان Team at AI course by `Misk Foundation & Samsung Innovation Campus`, \n **Try it now:**",
23
  examples = examples).launch()
24
 
25