bstraehle commited on
Commit
2487701
·
1 Parent(s): de8fe67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 at <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>.")
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()