Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
79 |
-
description="Upload an image and
|
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()
|