puseletso55 commited on
Commit
f0e79b1
·
verified ·
1 Parent(s): 09d9e6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -93,4 +93,5 @@ with gr.Blocks(title="Township Connect Chatbot") as demo:
93
  send_button.click(chat_with_ollama, [msg, state], [chatbot, state])
94
 
95
  # Launch with API enabled for all components
96
- demo.launch(api=True)
 
 
93
  send_button.click(chat_with_ollama, [msg, state], [chatbot, state])
94
 
95
  # Launch with API enabled for all components
96
+ demo.launch()
97
+