AhmadHakami commited on
Commit
b38b039
1 Parent(s): b940604

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ for image in os.listdir("examples"):
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](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, th).launch()
24
 
25
 
 
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](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