bstraehle commited on
Commit
b863763
1 Parent(s): ff2bdf2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,5 +30,5 @@ demo = gr.Interface(fn=invoke,
30
  inputs=[gr.Textbox(label="Prompt", lines=1)],
31
  outputs=[gr.Textbox(label="Result", lines=1)],
32
  title="Generative AI - Text",
33
- 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/index/claude-2'>Claude 2</a> model")
34
  demo.launch()
 
30
  inputs=[gr.Textbox(label="Prompt", lines=1)],
31
  outputs=[gr.Textbox(label="Result", lines=1)],
32
  title="Generative AI - Text",
33
+ description="<a href='https://www.gradio.app/'>Gradio</a> UI using <a href='https://aws.amazon.com/bedrock/'>Amazon Bedrock</a> API with Claude 2 base model")
34
  demo.launch()