hieupt commited on
Commit
a5b1479
·
1 Parent(s): 7c4166f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ demo = gr.Interface(fn=transfer, # mapping function from input to output
71
  article=article)
72
 
73
  # Launch the demo!
74
- demo.launch()
 
71
  article=article)
72
 
73
  # Launch the demo!
74
+ demo.launch(debug=True)