guru001 commited on
Commit
312464a
1 Parent(s): 3d3efa4

queue commted

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +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.queue()
20
  demo.launch(debug=True)
 
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)