Shad0ws commited on
Commit
7202686
1 Parent(s): b537969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", examples=["Example_1.jpg", "Example_3.jpg", "Example_2.jpg"], title = "Crowd Counting Model", description = "Interface").launch(inbrowser=True)
 
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", examples=["IMG_5.jpg", "IMG_10.jpg"], title = "Crowd Counting Model Interface", description = "").launch(inbrowser=True)