lyhue1991 commited on
Commit
9f387f9
1 Parent(s): 94afa83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ if image_file is not None:
82
  except Exception as err:
83
  st.write(err)
84
  else:
85
- image_file = "https://tva1.sinaimg.cn/large/e6c9d24egy1h566tcs188j20al0dwabm.jpg"
86
  st.image(image_file)
87
 
88
  min_score = st.slider(label="choose the min_score parameter:",min_value=0.1,max_value=0.98,value=0.8)
 
82
  except Exception as err:
83
  st.write(err)
84
  else:
85
+ image_file = "horseman.png"
86
  st.image(image_file)
87
 
88
  min_score = st.slider(label="choose the min_score parameter:",min_value=0.1,max_value=0.98,value=0.8)