Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import numpy as np
|
|
| 11 |
|
| 12 |
def guessanImage(image):
|
| 13 |
model = "microsoft/resnet-50"
|
| 14 |
-
st.write("using model:"+model)
|
| 15 |
imgclassifier = pipeline("image-classification", model=model)
|
| 16 |
if image is not None:
|
| 17 |
imgclassifier(image)
|
|
|
|
| 11 |
|
| 12 |
def guessanImage(image):
|
| 13 |
model = "microsoft/resnet-50"
|
| 14 |
+
# st.write("using model:"+model)
|
| 15 |
imgclassifier = pipeline("image-classification", model=model)
|
| 16 |
if image is not None:
|
| 17 |
imgclassifier(image)
|