prakhardoneria commited on
Commit
3738e2a
·
verified ·
1 Parent(s): 571c622
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,6 +55,6 @@ demo = gr.ChatInterface(
55
  )
56
 
57
  if __name__ == "__main__":
58
- # Launch the Gradio app with API enabled
59
- demo.launch(enable_api=True)
60
 
 
55
  )
56
 
57
  if __name__ == "__main__":
58
+ # Launch the Gradio app without 'enable_api'
59
+ demo.launch()
60