Taizun commited on
Commit
fda1bce
·
verified ·
1 Parent(s): 94942e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -63,7 +63,6 @@ def detect_object(image):
63
 
64
  # Gradio interface
65
  description_text = """
66
- # Multi-Object Detection with Audio Narration
67
 
68
  Upload an image to detect objects and hear a natural language description.
69
 
@@ -78,7 +77,7 @@ demo = gr.Interface(
78
  gr.Image(label="Processed Image", type="pil"),
79
  gr.Audio(label="Generated Audio")
80
  ],
81
- title="Multi-Object Detection and Narration",
82
  description=description_text,
83
  )
84
 
 
63
 
64
  # Gradio interface
65
  description_text = """
 
66
 
67
  Upload an image to detect objects and hear a natural language description.
68
 
 
77
  gr.Image(label="Processed Image", type="pil"),
78
  gr.Audio(label="Generated Audio")
79
  ],
80
+ title="Multi-Object Detection with Audio Narration",
81
  description=description_text,
82
  )
83