Vyke2000 commited on
Commit
855f01e
·
1 Parent(s): a34d6ee

feat: enable verosity

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ topic = gr.Interface(
28
  title=title,
29
  )
30
 
31
- topic.launch()
 
28
  title=title,
29
  )
30
 
31
+ topic.launch(show_error=True)