acecalisto3 commited on
Commit
ad7e271
·
verified ·
1 Parent(s): 2b46956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- iface.launch()
 
51
  title="Code Interpreter & Terminal Chat",
52
  description="Ask questions, write code, and run terminal commands!")
53
 
54
+ iface.launch(server_port=7861)