vericudebuget commited on
Commit
7699538
·
verified ·
1 Parent(s): e834dae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ additional_inputs = [
43
  gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Penalize repeated tokens")
44
  ]
45
 
46
- avatar_images = ("https://www.svgrepo.com/show/529279/user-circle.svg", "https://i.postimg.cc/qq04Yz93/CL3.png")
47
 
48
  gr.ChatInterface(
49
  fn=generate,
 
43
  gr.Slider(label="Repetition penalty", value=1.2, minimum=1.0, maximum=2.0, step=0.05, interactive=True, info="Penalize repeated tokens")
44
  ]
45
 
46
+ avatar_images = ("https://i.postimg.cc/pXjKKVXG/user-circle.png", "https://i.postimg.cc/qq04Yz93/CL3.png")
47
 
48
  gr.ChatInterface(
49
  fn=generate,