EduardoPacheco commited on
Commit
f892f53
1 Parent(s): 3d5d03a

Added queue and removed debug and share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,4 +101,4 @@ if __name__=="__main__":
101
  cache_examples=True
102
  )
103
 
104
- demo.launch(share=True, debug=True)
 
101
  cache_examples=True
102
  )
103
 
104
+ demo.queue(max_size=5).launch()