v0idcr0w commited on
Commit
b9bc095
1 Parent(s): 17cc1a7

fix runtime error

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -52,3 +52,4 @@ demo = gr.Interface(fn=predict, # maps inputs to outputs
52
  description=description,
53
  article=article,
54
  )
 
 
52
  description=description,
53
  article=article,
54
  )
55
+ demo.launch(debug=False)