Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ def crowd(img):
|
|
46 |
outputs = gr.outputs.Textbox(type="text", label="Estimated crowd density:")
|
47 |
inputs = gr.inputs.Image(type="numpy", label="Input the image here:")
|
48 |
|
49 |
-
gr.Interface(fn=crowd, inputs=inputs, outputs=outputs, allow_flagging="never"
|
|
|
46 |
outputs = gr.outputs.Textbox(type="text", label="Estimated crowd density:")
|
47 |
inputs = gr.inputs.Image(type="numpy", label="Input the image here:")
|
48 |
|
49 |
+
gr.Interface(fn=crowd, inputs=inputs, outputs=outputs, allow_flagging="never").launch(inbrowser=True)
|