nileshhanotia commited on
Commit
ba81a85
·
verified ·
1 Parent(s): 3c8939f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -61,7 +61,8 @@ def create_interface():
61
  )
62
 
63
  # Launch interface with public sharing enabled
64
- iface.launch(share=True)
 
65
 
66
  if __name__ == "__main__":
67
  create_interface()
 
61
  )
62
 
63
  # Launch interface with public sharing enabled
64
+ iface.launch(share=True, show_error=True)
65
+
66
 
67
  if __name__ == "__main__":
68
  create_interface()