Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
import gradio as gr
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
pipeline = pipeline(task="image-classification", model="dqnguyen/
|
6 |
|
7 |
def predict(image):
|
8 |
predictions = pipeline(image)
|
|
|
2 |
import gradio as gr
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
pipeline = pipeline(task="image-classification", model="dqnguyen/Diabetic_Foot_Ulcer_Image_Classification")
|
6 |
|
7 |
def predict(image):
|
8 |
predictions = pipeline(image)
|