prithivMLmods commited on
Commit
7a892bd
·
verified ·
1 Parent(s): 929e537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -327,7 +327,7 @@ def create_gradio_interface():
327
  )
328
  md3_prompt_input = gr.Textbox(
329
  label="Prompt (object to detect/question to ask)",
330
- placeholder="e.g., 'car', 'person', 'What's in this image?'", value="objects"
331
  )
332
  md3_max_objects = gr.Number(
333
  label="Max Objects (for Object Detection only)",
 
327
  )
328
  md3_prompt_input = gr.Textbox(
329
  label="Prompt (object to detect/question to ask)",
330
+ placeholder="e.g., 'car', 'person', 'What's in this image?'"
331
  )
332
  md3_max_objects = gr.Number(
333
  label="Max Objects (for Object Detection only)",