K00B404 commited on
Commit
3ecdd58
·
verified ·
1 Parent(s): 77f0102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def create_chat_interface():
147
  ],
148
  inputs=msg
149
  )
150
-
151
  return demo
152
 
153
  # Create and launch the interface
 
147
  ],
148
  inputs=msg
149
  )
150
+ print(demo)
151
  return demo
152
 
153
  # Create and launch the interface