Update app.py
Browse files
app.py
CHANGED
@@ -64,8 +64,8 @@ def invoke(prompt):
|
|
64 |
|
65 |
return completion
|
66 |
|
67 |
-
description = """<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://cloud.google.com/vertex-ai
|
68 |
-
with gemini-pro foundation model.
|
69 |
|
70 |
gr.close_all()
|
71 |
|
|
|
64 |
|
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 foundation model. Evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
|
69 |
|
70 |
gr.close_all()
|
71 |
|