Spaces:
Sleeping
Sleeping
Ankan Ghosh
commited on
Commit
·
149da67
1
Parent(s):
c070fe0
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def predict(image):
|
|
30 |
|
31 |
#defined a function for Streamlit App
|
32 |
def app():
|
33 |
-
st.title("
|
34 |
st.write("ViT and GPT2 are used to generate Image Caption for the uploaded image. COCO Dataset was used for training. This image captioning model might have some biases that I couldn’t figure during testing")
|
35 |
st.write("Upload an image or paste a URL to get predicted captions.")
|
36 |
|
|
|
30 |
|
31 |
#defined a function for Streamlit App
|
32 |
def app():
|
33 |
+
st.title("ImaginateAI")
|
34 |
st.write("ViT and GPT2 are used to generate Image Caption for the uploaded image. COCO Dataset was used for training. This image captioning model might have some biases that I couldn’t figure during testing")
|
35 |
st.write("Upload an image or paste a URL to get predicted captions.")
|
36 |
|