Souvikrad365 commited on
Commit
445f43d
·
verified ·
1 Parent(s): f5fa058

Update 10imagect.py

Browse files
Files changed (1) hide show
  1. 10imagect.py +11 -2
10imagect.py CHANGED
@@ -15,10 +15,19 @@ _HOMEPAGE = "https://huggingface.co/datasets/Souvikrad365/datademo"
15
 
16
  _LICENSE = ""
17
  #descriptions=['CT scan image of a brain with intracranial hemorrhage']
18
- description1 = "CT scan image of a brain with intracranial hemorrhage"
19
 
20
  # Create a list with the description repeated 220 times
21
- descriptions = [description1] * 9
 
 
 
 
 
 
 
 
 
22
 
23
  _REPO = "https://huggingface.co/datasets/Souvikrad365/datademo"
24
 
 
15
 
16
  _LICENSE = ""
17
  #descriptions=['CT scan image of a brain with intracranial hemorrhage']
18
+ #description1 = "CT scan image of a brain with intracranial hemorrhage"
19
 
20
  # Create a list with the description repeated 220 times
21
+ descriptions = ['CT scan image of a brain with intracranial hemorrhage',
22
+ 'CT scan image of a brain with intracranial hemorrhage',
23
+ 'CT scan image of a brain with intracranial hemorrhage',
24
+ 'CT scan image of a brain with intracranial hemorrhage',
25
+ 'CT scan image of a brain with intracranial hemorrhage',
26
+ 'CT scan image of a brain with intracranial hemorrhage',
27
+ 'CT scan image of a brain with intracranial hemorrhage',
28
+ 'CT scan image of a brain with intracranial hemorrhage',
29
+ 'CT scan image of a brain with intracranial hemorrhage',
30
+ 'CT scan image of a brain with intracranial hemorrhage']
31
 
32
  _REPO = "https://huggingface.co/datasets/Souvikrad365/datademo"
33