radames HF staff commited on
Commit
b521f67
1 Parent(s): 6f61941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,4 +134,4 @@ with image_blocks as demo:
134
  """
135
  )
136
 
137
- image_blocks.queue(max_size=25).launch()
 
134
  """
135
  )
136
 
137
+ image_blocks.queue(max_size=25,api_open=False).launch(show_api=False)