Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ if __name__ == "__main__":
|
|
69 |
inputs=[
|
70 |
gr.Image(type="pil", label="Upload an image"),
|
71 |
gr.Textbox(label="Enter Text Prompt"),
|
72 |
-
gr.Slider(minimum=
|
73 |
],
|
74 |
outputs=gr.Textbox(label="Generated Text"),
|
75 |
title="PaliGemma2 Image and Text to Text",
|
|
|
69 |
inputs=[
|
70 |
gr.Image(type="pil", label="Upload an image"),
|
71 |
gr.Textbox(label="Enter Text Prompt"),
|
72 |
+
gr.Slider(minimum=1, maximum=10, step=1, value=1, label="Number of Beams"),
|
73 |
],
|
74 |
outputs=gr.Textbox(label="Generated Text"),
|
75 |
title="PaliGemma2 Image and Text to Text",
|