Spaces:
Running
Running
breezedeus
commited on
Commit
β’
cbbc0b4
1
Parent(s):
8ed482b
add log
Browse files
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,
|