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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 gemini-pro foundation model. Evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
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