Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ google_key_component = gr.Textbox(
|
|
137 |
visible=GOOGLE_API_KEY is None
|
138 |
)
|
139 |
chatbot_component = gr.Chatbot(
|
140 |
-
label='
|
141 |
bubble_full_width=False,
|
142 |
avatar_images=AVATAR_IMAGES,
|
143 |
scale=2,
|
|
|
137 |
visible=GOOGLE_API_KEY is None
|
138 |
)
|
139 |
chatbot_component = gr.Chatbot(
|
140 |
+
label='LLaVa',
|
141 |
bubble_full_width=False,
|
142 |
avatar_images=AVATAR_IMAGES,
|
143 |
scale=2,
|