kubinooo commited on
Commit
317c337
·
1 Parent(s): 01d3f3f

remove debug from live prod space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ demo = gr.Interface(
35
  ],
36
  description=description
37
  )
38
- demo.launch(debug=True)
 
35
  ],
36
  description=description
37
  )
38
+ demo.launch()