Pratick commited on
Commit
df24c7f
1 Parent(s): f85ec3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ demo = gr.Interface(
47
  inputs=["text","text"],
48
  outputs="text",
49
  )
50
- demo.launch()
 
47
  inputs=["text","text"],
48
  outputs="text",
49
  )
50
+ demo.launch(debug=True)