Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def invoke(prompt):
|
|
57 |
return completion
|
58 |
|
59 |
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
|
60 |
-
with Gemini
|
61 |
|
62 |
gr.close_all()
|
63 |
|
|
|
57 |
return completion
|
58 |
|
59 |
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
|
60 |
+
with Gemini Pro model."""
|
61 |
|
62 |
gr.close_all()
|
63 |
|