Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ if image_file is not None:
|
|
| 65 |
try:
|
| 66 |
hashtags = generate_hashtags(image_file)
|
| 67 |
if len(hashtags) > 0:
|
| 68 |
-
st.write(f"
|
| 69 |
st.write("Top 10 hashtags for this image:")
|
| 70 |
for tag in hashtags[0]:
|
| 71 |
st.write(tag)
|
|
|
|
| 65 |
try:
|
| 66 |
hashtags = generate_hashtags(image_file)
|
| 67 |
if len(hashtags) > 0:
|
| 68 |
+
st.write(f"Description : {hashtags[1]}")
|
| 69 |
st.write("Top 10 hashtags for this image:")
|
| 70 |
for tag in hashtags[0]:
|
| 71 |
st.write(tag)
|