Spaces:
Running
Running
Update app.py
Browse files
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
|