gtani commited on
Commit
ab3cfdf
·
1 Parent(s): dc84669

update requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +5 -1
app.py CHANGED
@@ -26,7 +26,7 @@ async def chat(user_message, history):
26
 
27
  # Gradio UI
28
  with gr.Blocks() as demo:
29
- gr.Markdown("# 🤖 Claude v2.1 Chatbot via Amazon Bedrock (`anthropic[bedrock]`)")
30
  chatbot = gr.Chatbot(label="Claude v2.1", type="messages")
31
  msg = gr.Textbox(placeholder="Ask Claude anything...", show_label=False)
32
  state = gr.State([]) # chat history
 
26
 
27
  # Gradio UI
28
  with gr.Blocks() as demo:
29
+ gr.Markdown("# 🤖 DevalBot")
30
  chatbot = gr.Chatbot(label="Claude v2.1", type="messages")
31
  msg = gr.Textbox(placeholder="Ask Claude anything...", show_label=False)
32
  state = gr.State([]) # chat history
requirements.txt CHANGED
@@ -1,3 +1,7 @@
1
  gradio>=4.20.0
2
  boto3>=1.34.0
3
- botocore
 
 
 
 
 
1
  gradio>=4.20.0
2
  boto3>=1.34.0
3
+ botocore
4
+ fastapi
5
+ uvicorn
6
+ aiofiles
7
+ anthropic==0.54.0