jsaplication commited on
Commit
a06616b
1 Parent(s): ad88836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("Generating caption..."):
63
  promptDictionary={
64
- "inputs": f"convert the following image semantics '{outputSemantic}' "
65
- f"to an instagram caption make sure to add hashtags and emojis.,"
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
  }