mutisya commited on
Commit
73fa721
·
verified ·
1 Parent(s): 2a8244e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,4 +23,6 @@ demo = gr.Interface(
23
  live=True,
24
  )
25
 
 
 
26
  demo.launch()
 
23
  live=True,
24
  )
25
 
26
+ demo.dependencies[0]["show_progress"] = False # the ha
27
+
28
  demo.launch()