ariG23498 HF Staff commited on
Commit
035f746
·
verified ·
1 Parent(s): d53269f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ demo = gr.Interface(
122
  inputs=[],
123
  outputs=gr.Image(type="pil", label="Detected Bounding Box"),
124
  title="Gemma3 Object Detector",
125
- description="Click 'Submit' to visualize a prediction from a randomly sampled test image.",
126
  )
127
 
128
  if __name__ == "__main__":
 
122
  inputs=[],
123
  outputs=gr.Image(type="pil", label="Detected Bounding Box"),
124
  title="Gemma3 Object Detector",
125
+ description="Click 'Generate' to visualize a prediction from a randomly sampled test image.",
126
  )
127
 
128
  if __name__ == "__main__":