Reverent commited on
Commit
08399e4
·
verified ·
1 Parent(s): 3c3bef5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,4 +69,4 @@ t = Thread(target=warmer)
69
  t.start()
70
 
71
  iface = gr.Interface(fn=placeholder, inputs="text", outputs="text")
72
- iface.launch(show_error=True)
 
69
  t.start()
70
 
71
  iface = gr.Interface(fn=placeholder, inputs="text", outputs="text")
72
+ iface.launch()