kumar989 commited on
Commit
5341849
1 Parent(s): 8e02adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def predict():
28
  for c in captions:
29
  st.write(c)
30
 
31
- st.title('Bone Fracture Detection')
32
  img_url = st.text_input(label='Enter Image URL')
33
 
34
  if (img_url != "") and (img_url != None):
 
28
  for c in captions:
29
  st.write(c)
30
 
31
+ st.title('Image Captioner')
32
  img_url = st.text_input(label='Enter Image URL')
33
 
34
  if (img_url != "") and (img_url != None):