vpcom commited on
Commit
4863816
·
1 Parent(s): dc956e2

fix: less noisy stuff in the output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ chat_interface = gr.ChatInterface(
188
  cache_examples=False,
189
  )
190
 
191
- print(dir(chat_interface))
192
 
193
  def evolve_text(x):
194
 
 
188
  cache_examples=False,
189
  )
190
 
191
+ #print(dir(chat_interface))
192
 
193
  def evolve_text(x):
194