bstraehle commited on
Commit
ac29825
·
1 Parent(s): 3b1521b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,6 +29,6 @@ gr.close_all()
29
  demo = gr.Interface(fn=invoke,
30
  inputs = [gr.Textbox(label = "Prompt", lines = 1)],
31
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
32
- title = "Generative AI - Text",
33
  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 with Bison foundation model")
34
  demo.launch()
 
29
  demo = gr.Interface(fn=invoke,
30
  inputs = [gr.Textbox(label = "Prompt", lines = 1)],
31
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
32
+ title = "Generative AI - Language",
33
  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 with Bison foundation model")
34
  demo.launch()