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