Update app.py
Browse files
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 -
|
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()
|