Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ demo = gr.ChatInterface(
|
|
| 62 |
|
| 63 |
],
|
| 64 |
fill_height=True,
|
| 65 |
-
chatbot=chatbot
|
| 66 |
theme="Nymbo/Alyx_Theme",
|
| 67 |
)
|
| 68 |
if __name__ == "__main__":
|
|
|
|
| 62 |
|
| 63 |
],
|
| 64 |
fill_height=True,
|
| 65 |
+
chatbot=chatbot,
|
| 66 |
theme="Nymbo/Alyx_Theme",
|
| 67 |
)
|
| 68 |
if __name__ == "__main__":
|