nmarafo commited on
Commit
eee8b06
·
verified ·
1 Parent(s): 53b5731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -130,5 +130,4 @@ demo = gr.ChatInterface(
130
  ],
131
  )
132
 
133
- if __name__ == "__main__":
134
- demo.launch()
 
130
  ],
131
  )
132
 
133
+ demo.launch(debug=True)