Omar Solano commited on
Commit
a8fd258
β€’
1 Parent(s): 8d5ae78

update gradio

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. gradio_anthropic.py +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: πŸš€
4
  colorFrom: red
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.24.0
8
  app_file: gradio_anthropic.py
9
  pinned: true
10
  license: apache-2.0
 
4
  colorFrom: red
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.26.0
8
  app_file: gradio_anthropic.py
9
  pinned: true
10
  license: apache-2.0
gradio_anthropic.py CHANGED
@@ -78,7 +78,7 @@ system_prompt = gr.Textbox(
78
  value="You are a world-class assistant.",
79
  )
80
  temperature = gr.Slider(label="Temperature", value=0.0, minimum=0.0, maximum=1.0)
81
- max_tokens = gr.Slider(label="Max Tokens", value=4096, minimum=1, maximum=4096)
82
 
83
 
84
  demo = gr.ChatInterface(
 
78
  value="You are a world-class assistant.",
79
  )
80
  temperature = gr.Slider(label="Temperature", value=0.0, minimum=0.0, maximum=1.0)
81
+ max_tokens = gr.Slider(label="Max Tokens", value=4000, minimum=1, maximum=4000)
82
 
83
 
84
  demo = gr.ChatInterface(