guru001 commited on
Commit
3d3efa4
1 Parent(s): 171ed6b

added queue

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,4 +16,5 @@ with gr.Blocks(css=css) as demo:
16
  gr.HTML("<h1><center>Signsapp: Classify the signs based on the hands sign images<center><h1>")
17
  gr.Interface(sign,inputs=gr.Image(shape=(200, 200)), outputs=gr.Label())
18
 
19
- demo.launch()
 
 
16
  gr.HTML("<h1><center>Signsapp: Classify the signs based on the hands sign images<center><h1>")
17
  gr.Interface(sign,inputs=gr.Image(shape=(200, 200)), outputs=gr.Label())
18
 
19
+ demo.queue()
20
+ demo.launch(debug=True)