KJMAN678 commited on
Commit
0eb422d
1 Parent(s): f3104a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -132,6 +132,7 @@ def main():
132
  + HABITAT_WORDS
133
  )
134
 
 
135
  image = pipe(words)["sample"][0]
136
 
137
  plt.title(f"{last_generation + 1}th\n{words}.")
 
132
  + HABITAT_WORDS
133
  )
134
 
135
+ st.write(pipe(words))
136
  image = pipe(words)["sample"][0]
137
 
138
  plt.title(f"{last_generation + 1}th\n{words}.")