smajumdar commited on
Commit
cad006e
·
1 Parent(s): 46fcd81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ iface = gr.Interface(
73
  )
74
 
75
  # hack to prevent flickering of output
 
76
  iface.dependencies[2]["show_progress"] = "hidden"
77
- iface.dependencies[3]["show_progress"] = "hidden"
78
 
79
  iface.launch()
 
73
  )
74
 
75
  # hack to prevent flickering of output
76
+ iface.dependencies[1]["show_progress"] = "hidden"
77
  iface.dependencies[2]["show_progress"] = "hidden"
 
78
 
79
  iface.launch()