bstraehle commited on
Commit
5265e46
·
verified ·
1 Parent(s): 4cfa64e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def invoke(prompt):
56
 
57
  return completion
58
 
59
- 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
60
  with Gemini Pro model."""
61
 
62
  gr.close_all()
 
56
 
57
  return completion
58
 
59
+ description = """<a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://cloud.google.com/vertex-ai'>Google Vertex AI</a> SDK
60
  with Gemini Pro model."""
61
 
62
  gr.close_all()