bstraehle commited on
Commit
b739d45
·
verified ·
1 Parent(s): b5519e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def invoke(prompt):
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()
63
 
 
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 1.5 Pro model."""
61
 
62
  gr.close_all()
63