Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,10 +59,10 @@ if file:
|
|
59 |
st.markdown(f'<div class="fancy-text">{outputSemantic}</div>',
|
60 |
unsafe_allow_html=True)
|
61 |
|
62 |
-
with st.spinner("
|
63 |
promptDictionary={
|
64 |
-
"inputs": f"
|
65 |
-
f"
|
66 |
f"Answer: ",
|
67 |
|
68 |
}
|
|
|
59 |
st.markdown(f'<div class="fancy-text">{outputSemantic}</div>',
|
60 |
unsafe_allow_html=True)
|
61 |
|
62 |
+
with st.spinner("Analizando seu conteúdo..."):
|
63 |
promptDictionary={
|
64 |
+
"inputs": f"converta a seguinte semântica de imagem '{outputSemantic}' "
|
65 |
+
f"para uma legenda do Instagram, certifique-se de adicionar hashtags e emojis.,"
|
66 |
f"Answer: ",
|
67 |
|
68 |
}
|