breadlicker45 commited on
Commit
61104d4
·
verified ·
1 Parent(s): c51582e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,7 +75,7 @@ if __name__ == "__main__":
75
  gr.Number(label="Random Seed", value=0, precision=0),
76
  ],
77
  outputs=gr.Textbox(label="Generated Text"),
78
- title="PaliGemma2 Image and Text to Text",
79
- description="Upload an image and enter a text prompt. The model will generate text based on both.",
80
  )
81
  iface.launch()
 
75
  gr.Number(label="Random Seed", value=0, precision=0),
76
  ],
77
  outputs=gr.Textbox(label="Generated Text"),
78
+ title="PaliGemma2 Image to Text",
79
+ description="Upload an image and the model will generate text.",
80
  )
81
  iface.launch()