Muhammad Anas Akhtar commited on
Commit
46cfcfe
·
verified ·
1 Parent(s): 918e20f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def detect_object(image):
132
  demo = gr.Interface(fn=detect_object,
133
  inputs=[gr.Image(label="Select Image",type="pil")],
134
  outputs=[gr.Image(label="Processed Image", type="pil"), gr.Audio(label="Generated Audio")],
135
- title="@GenAILearniverse Project 7: Object Detector with Audio",
136
  description="THIS APPLICATION WILL BE USED TO HIGHLIGHT OBJECTS AND GIVES AUDIO DESCRIPTION FOR THE PROVIDED INPUT IMAGE.")
137
  demo.launch()
138
 
 
132
  demo = gr.Interface(fn=detect_object,
133
  inputs=[gr.Image(label="Select Image",type="pil")],
134
  outputs=[gr.Image(label="Processed Image", type="pil"), gr.Audio(label="Generated Audio")],
135
+ title="Object Detector with Audio",
136
  description="THIS APPLICATION WILL BE USED TO HIGHLIGHT OBJECTS AND GIVES AUDIO DESCRIPTION FOR THE PROVIDED INPUT IMAGE.")
137
  demo.launch()
138