Hemg commited on
Commit
7b0f64e
·
verified ·
1 Parent(s): e50460a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from transformers import pipeline
2
  import gradio as gr
3
 
4
 
5
- modelName = "Hemg/Wound-Image-classification"
6
  hfUser = "Hemg"
7
 
8
 
 
2
  import gradio as gr
3
 
4
 
5
+ modelName = "Wound-Image-classification"
6
  hfUser = "Hemg"
7
 
8