Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ def main():
|
|
| 59 |
message, chatbot], outputs=[message, chatbot]
|
| 60 |
).then(chat, inputs=chatbot, outputs=[chatbot, context_markdown])
|
| 61 |
|
| 62 |
-
ui.launch(
|
| 63 |
|
| 64 |
|
| 65 |
if __name__ == "__main__":
|
|
|
|
| 59 |
message, chatbot], outputs=[message, chatbot]
|
| 60 |
).then(chat, inputs=chatbot, outputs=[chatbot, context_markdown])
|
| 61 |
|
| 62 |
+
ui.launch()
|
| 63 |
|
| 64 |
|
| 65 |
if __name__ == "__main__":
|