AItool commited on
Commit
fc9d11a
·
verified ·
1 Parent(s): 249a956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -128,5 +128,4 @@ with gr.Blocks() as demo:
128
  label="Try with demo image"
129
  )
130
 
131
- demo.launch(share=True)
132
-
 
128
  label="Try with demo image"
129
  )
130
 
131
+ demo.launch(share=True, show_progress=False)