radames commited on
Commit
13cd654
1 Parent(s): 14915db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -347,5 +347,5 @@ For upscaling see [Enhance This Demo](https://huggingface.co/spaces/radames/Enha
347
  )
348
 
349
 
350
- demo.queue(api_open=False)
351
- demo.launch(show_api=False)
 
347
  )
348
 
349
 
350
+ demo.queue(api_open=True)
351
+ demo.launch(show_api=True)