Spaces:
Sleeping
Sleeping
Commit
·
99d9022
1
Parent(s):
02ed856
Update app.py
Browse files
app.py
CHANGED
@@ -190,13 +190,14 @@ google_key_component = gr.Textbox(
|
|
190 |
visible=GOOGLE_API_KEY is None
|
191 |
)
|
192 |
chatbot_component = gr.Chatbot(
|
193 |
-
|
|
|
194 |
bubble_full_width=False,
|
195 |
avatar_images=AVATAR_IMAGES,
|
196 |
scale=2,
|
197 |
height=400
|
198 |
)
|
199 |
-
text_prompt_component = gr.Textbox(
|
200 |
placeholder="Hi there! [press Enter]", show_label=False, autofocus=True, scale=8
|
201 |
)
|
202 |
upload_button_component = gr.UploadButton(
|
|
|
190 |
visible=GOOGLE_API_KEY is None
|
191 |
)
|
192 |
chatbot_component = gr.Chatbot(
|
193 |
+
value="imageset.jpg",
|
194 |
+
label='Gemini Pro Vision',
|
195 |
bubble_full_width=False,
|
196 |
avatar_images=AVATAR_IMAGES,
|
197 |
scale=2,
|
198 |
height=400
|
199 |
)
|
200 |
+
text_prompt_component = gr.Textbox(value=movie_script,
|
201 |
placeholder="Hi there! [press Enter]", show_label=False, autofocus=True, scale=8
|
202 |
)
|
203 |
upload_button_component = gr.UploadButton(
|