Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def invoke(prompt):
|
|
65 |
return completion
|
66 |
|
67 |
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
|
68 |
-
with
|
69 |
|
70 |
gr.close_all()
|
71 |
|
|
|
65 |
return completion
|
66 |
|
67 |
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
|
68 |
+
with Gemini Pro model. Evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
|
69 |
|
70 |
gr.close_all()
|
71 |
|