breezedeus commited on
Commit
cbbc0b4
β€’
1 Parent(s): 8ed482b
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -135,6 +135,7 @@ def main():
135
  if st.button("η”Ÿζˆε›Ύη‰‡"):
136
  if texts:
137
  with st.spinner('ε›Ύη‰‡η”ŸζˆδΈ­β€¦'):
 
138
  out_img = anti(
139
  texts,
140
  char_reverse_ratio=char_reverse_ratio,
 
135
  if st.button("η”Ÿζˆε›Ύη‰‡"):
136
  if texts:
137
  with st.spinner('ε›Ύη‰‡η”ŸζˆδΈ­β€¦'):
138
+ logger.info('\ngenerating an image for texts:\n %s', texts)
139
  out_img = anti(
140
  texts,
141
  char_reverse_ratio=char_reverse_ratio,