bstraehle commited on
Commit
e4a070f
1 Parent(s): 2d34c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,9 +63,9 @@ def invoke(prompt):
63
 
64
  return completion
65
 
66
- description = """<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API
67
  with <a href='https://www.anthropic.com/'>Anthropic</a> Claude 2 foundation model.
68
- RAG evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
69
 
70
  gr.close_all()
71
 
 
63
 
64
  return completion
65
 
66
+ description = """<a href='https://www.gradio.app/'>Gradio</a> UI using the <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API
67
  with <a href='https://www.anthropic.com/'>Anthropic</a> Claude 2 foundation model.
68
+ Evaluation via <a href='https://wandb.ai/bstraehle'>Weights & Biases</a>."""
69
 
70
  gr.close_all()
71