Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,4 +51,4 @@ iface = gr.ChatInterface(chat_with_code,
|
|
| 51 |
title="Code Interpreter & Terminal Chat",
|
| 52 |
description="Ask questions, write code, and run terminal commands!")
|
| 53 |
|
| 54 |
-
|
|
|
|
| 51 |
title="Code Interpreter & Terminal Chat",
|
| 52 |
description="Ask questions, write code, and run terminal commands!")
|
| 53 |
|
| 54 |
+
iface.launch(server_port=7861)
|