Spaces:
Sleeping
Sleeping
Commit
·
508dd84
1
Parent(s):
b5955cc
fix minor
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ examples = [
|
|
22 |
inputs = gr.inputs.Image(label="Image of Crowd")
|
23 |
outputs = [gr.outputs.Image(label="Proposal Points Prediction",type = "numpy"), gr.outputs.Label(label="Predicted Count",type = "numpy")]
|
24 |
gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title=title, description=desc, examples=examples,
|
25 |
-
allow_flagging=False).launch(
|
|
|
22 |
inputs = gr.inputs.Image(label="Image of Crowd")
|
23 |
outputs = [gr.outputs.Image(label="Proposal Points Prediction",type = "numpy"), gr.outputs.Label(label="Predicted Count",type = "numpy")]
|
24 |
gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title=title, description=desc, examples=examples,
|
25 |
+
allow_flagging=False).launch()
|