bstraehle commited on
Commit
df30f21
1 Parent(s): b34c465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,5 +46,5 @@ demo = gr.Interface(fn=invoke,
46
  inputs = [gr.Textbox(label = "Prompt", lines = 1)],
47
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
48
  title = "Generative AI - Language",
49
- description = "<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API with <a href='https://www.anthropic.com/'>Anthropic</a> Claude 2 foundation model. Model performance evaluation at <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>.")
50
  demo.launch()
 
46
  inputs = [gr.Textbox(label = "Prompt", lines = 1)],
47
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
48
  title = "Generative AI - Language",
49
+ description = "<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API with <a href='https://www.anthropic.com/'>Anthropic</a> Claude 2 foundation model. Model performance evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>.")
50
  demo.launch()