Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,8 @@ def invoke(prompt):
|
|
55 |
|
56 |
return completion
|
57 |
|
58 |
-
description = "<a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API
|
|
|
59 |
|
60 |
gr.close_all()
|
61 |
|
|
|
55 |
|
56 |
return completion
|
57 |
|
58 |
+
description = """<a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> API
|
59 |
+
with Gemini Pro model."""
|
60 |
|
61 |
gr.close_all()
|
62 |
|