dqnguyen commited on
Commit
0114414
1 Parent(s): 31cba7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/vit-base_diabetic_ulcer_image_classification")
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)