Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- .ipynb_checkpoints/main-checkpoint.py +1 -1
- main.py +1 -1
.ipynb_checkpoints/main-checkpoint.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
-
pipeline = pipeline("image-classification", model="jhoppanne/
|
| 5 |
|
| 6 |
def predict(input_img):
|
| 7 |
pred = pipeline(input_img)
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
+
pipeline = pipeline("image-classification", model="jhoppanne/SkinCancerClassifier_smote-V0")
|
| 5 |
|
| 6 |
def predict(input_img):
|
| 7 |
pred = pipeline(input_img)
|
main.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
-
pipeline = pipeline("image-classification", model="jhoppanne/
|
| 5 |
|
| 6 |
def predict(input_img):
|
| 7 |
pred = pipeline(input_img)
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from transformers import pipeline
|
| 3 |
|
| 4 |
+
pipeline = pipeline("image-classification", model="jhoppanne/SkinCancerClassifier_smote-V0")
|
| 5 |
|
| 6 |
def predict(input_img):
|
| 7 |
pred = pipeline(input_img)
|