mrfakename commited on
Commit
bde9acd
·
verified ·
1 Parent(s): bb9126f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,5 +64,5 @@ Duplicate this Space to skip the wait!
64
  )
65
 
66
  if __name__ == "__main__":
67
- demo.queue(api_open=False).launch()
68
 
 
64
  )
65
 
66
  if __name__ == "__main__":
67
+ demo.queue(api_open=False).launch(show_api=False)
68