Spaces:
Sleeping
Sleeping
queue commted
Browse files
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)
|