Spaces:
Runtime error
Runtime error
πwπ
Browse files
app.py
CHANGED
|
@@ -144,5 +144,6 @@ demo = gr.ChatInterface(
|
|
| 144 |
examples=[["what's anarchy ? "]],
|
| 145 |
title=TITLE,
|
| 146 |
description=DESCRIPTION,
|
|
|
|
| 147 |
)
|
| 148 |
demo.launch(debug=True)
|
|
|
|
| 144 |
examples=[["what's anarchy ? "]],
|
| 145 |
title=TITLE,
|
| 146 |
description=DESCRIPTION,
|
| 147 |
+
|
| 148 |
)
|
| 149 |
demo.launch(debug=True)
|