Update app.py
Browse files
app.py
CHANGED
@@ -41,5 +41,5 @@ demo = gr.Interface(fn=invoke,
|
|
41 |
inputs = [gr.Textbox(label = "Prompt", lines = 1)],
|
42 |
outputs = [gr.Textbox(label = "Completion", lines = 1)],
|
43 |
title = "Generative AI - Language",
|
44 |
-
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. Model performance evaluation
|
45 |
demo.launch()
|
|
|
41 |
inputs = [gr.Textbox(label = "Prompt", lines = 1)],
|
42 |
outputs = [gr.Textbox(label = "Completion", lines = 1)],
|
43 |
title = "Generative AI - Language",
|
44 |
+
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. Model performance evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>.")
|
45 |
demo.launch()
|