ramyaa1113 commited on
Commit
770c2c5
·
1 Parent(s): 94c52e3

debug created

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ iface = gr.Interface(
29
  )
30
 
31
  if __name__ == "__main__":
32
- iface.launch()
 
29
  )
30
 
31
  if __name__ == "__main__":
32
+ iface.launch(debug=True)