Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -847,7 +847,7 @@ if __name__ == "__main__":
|
|
847 |
|
848 |
captioning_message = gr.Textbox(
|
849 |
lines=2,
|
850 |
-
value="Describe the contents of the photo in
|
851 |
label="Custom message for captioner"
|
852 |
)
|
853 |
|
|
|
847 |
|
848 |
captioning_message = gr.Textbox(
|
849 |
lines=2,
|
850 |
+
value="Describe the contents of the photo in 40 words.",
|
851 |
label="Custom message for captioner"
|
852 |
)
|
853 |
|