smajumdar commited on
Commit
6f41a53
·
1 Parent(s): 9b54f7b

Update app.py

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