bstraehle commited on
Commit
a5c0319
1 Parent(s): 57bd943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,6 +34,6 @@ gr.close_all()
34
  demo = gr.Interface(fn=invoke,
35
  inputs = [gr.Textbox(label = "Prompt", lines = 1)],
36
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
37
- title = "Generative AI - Text",
38
  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")
39
  demo.launch()
 
34
  demo = gr.Interface(fn=invoke,
35
  inputs = [gr.Textbox(label = "Prompt", lines = 1)],
36
  outputs = [gr.Textbox(label = "Completion", lines = 1)],
37
+ title = "Generative AI - Language",
38
  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")
39
  demo.launch()