ucsahin commited on
Commit
a337221
•
1 Parent(s): cd026ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,4 +103,4 @@ demo = gr.ChatInterface(
103
  )
104
 
105
 
106
- demo.launch(max_file_size="5mb")
 
103
  )
104
 
105
 
106
+ demo.launch(debug=True, max_file_size="5mb")