ldhldh commited on
Commit
b94a65b
ยท
1 Parent(s): 80bdf4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def chat(x, id):
33
  result = gradio_client.predict(
34
  x,
35
  # str representing input in 'User input' Textbox component
36
- 80,
37
  id,
38
  fn_index=0
39
  )
 
33
  result = gradio_client.predict(
34
  x,
35
  # str representing input in 'User input' Textbox component
36
+ 40,
37
  id,
38
  fn_index=0
39
  )