Abrahamau commited on
Commit
18d5e82
·
verified ·
1 Parent(s): 0a9d8b5

Update app.py

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