Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def invoke(prompt):
|
|
59 |
#return "π Execution is commented out. To view the source code see https://huggingface.co/spaces/bstraehle/google-vertex-ai-llm/tree/main."
|
60 |
|
61 |
description = """<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://cloud.google.com/vertex-ai?hl=en/'>Google Vertex AI</a> API
|
62 |
-
with gemini-pro foundation model.
|
63 |
|
64 |
gr.close_all()
|
65 |
demo = gr.Interface(fn=invoke,
|
|
|
59 |
#return "π Execution is commented out. To view the source code see https://huggingface.co/spaces/bstraehle/google-vertex-ai-llm/tree/main."
|
60 |
|
61 |
description = """<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://cloud.google.com/vertex-ai?hl=en/'>Google Vertex AI</a> API
|
62 |
+
with gemini-pro foundation model. RAG evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
|
63 |
|
64 |
gr.close_all()
|
65 |
demo = gr.Interface(fn=invoke,
|