bstraehle commited on
Commit
1a556a4
·
1 Parent(s): cf215da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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?hl=en/'>Google Vertex AI</a> API
68
- with gemini-pro foundation model. RAG evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
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