NCTCMumbai commited on
Commit
2ed4255
·
verified ·
1 Parent(s): 5a2a5a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,5 +286,5 @@ with gr.Blocks(theme='gradio/soft') as CHATBOT:
286
  # )
287
 
288
  # Launch the Gradio application
289
- CHATBOT.launch(share=True)
290
 
 
286
  # )
287
 
288
  # Launch the Gradio application
289
+ CHATBOT.launch(share=True,debug=True)
290