Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hemg
/
wound-classification
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hemg
commited on
Mar 15, 2024
Commit
7b0f64e
·
verified
·
1 Parent(s):
e50460a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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