smajumdar commited on
Commit
b26d31a
·
1 Parent(s): f070cca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -71,4 +71,8 @@ iface = gr.Interface(
71
  allow_flagging='never',
72
  live=True,
73
  )
 
 
 
 
74
  iface.launch()
 
71
  allow_flagging='never',
72
  live=True,
73
  )
74
+
75
+ # hack to prevent flickering of output
76
+ iface.dependencies[1]["show_progress"] = "hidden"
77
+
78
  iface.launch()