janasumit2911 commited on
Commit
49814ec
·
verified ·
1 Parent(s): 4702a95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,5 +72,5 @@ def process_images(params):
72
  inputt = gr.Textbox(label="Parameters (JSON format)")
73
  outputs = gr.JSON()
74
 
75
- application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Image Detection with API Integration")
76
  application.launch()
 
72
  inputt = gr.Textbox(label="Parameters (JSON format)")
73
  outputs = gr.JSON()
74
 
75
+ application = gr.Interface(fn=process_images, inputs=inputt, outputs=outputs, title="Single Object Detection with API Integration")
76
  application.launch()