bhuvaneshprasad commited on
Commit
156edd9
·
verified ·
1 Parent(s): fda4f13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ def main():
21
  prediction = predictor.predict()
22
  finally:
23
  os.remove("temp_image.png")
24
- st.title(type(prediction))
25
  if type(prediction) == str:
26
  st.json({'prediction' : prediction})
27
  image = Image.open(uploaded_file)
 
21
  prediction = predictor.predict()
22
  finally:
23
  os.remove("temp_image.png")
 
24
  if type(prediction) == str:
25
  st.json({'prediction' : prediction})
26
  image = Image.open(uploaded_file)