runaksh commited on
Commit
0fdf470
·
verified ·
1 Parent(s): a55adf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -45
app.py CHANGED
@@ -1,48 +1,3 @@
1
- Hugging Face's logo
2
- Hugging Face
3
- Search models, datasets, users...
4
- Models
5
- Datasets
6
- Spaces
7
- Posts
8
- Docs
9
- Solutions
10
- Pricing
11
-
12
-
13
-
14
- Spaces:
15
-
16
- runaksh
17
- /
18
- chest_xray_pneumonia_detection
19
-
20
-
21
- like
22
- 0
23
-
24
- Logs
25
- App
26
- Files
27
- Community
28
- Settings
29
- chest_xray_pneumonia_detection
30
- /
31
- app.py
32
-
33
- runaksh's picture
34
- runaksh
35
- Update app.py
36
- 3e586d9
37
- VERIFIED
38
- 10 days ago
39
- raw
40
- history
41
- blame
42
- edit
43
- delete
44
- No virus
45
- 1.58 kB
46
  import gradio as gr
47
  from transformers import ViTForImageClassification, ViTFeatureExtractor
48
  from PIL import Image
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
  from transformers import ViTForImageClassification, ViTFeatureExtractor
3
  from PIL import Image