abhinand2 commited on
Commit
7bcdfe5
·
verified ·
1 Parent(s): b04f829

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ demo = gr.ChatInterface(
70
 
71
 
72
  if __name__ == "__main__":
73
- demo.launch()
 
70
 
71
 
72
  if __name__ == "__main__":
73
+ demo.launch(debug=True)