ldhldh commited on
Commit
d9e24f8
·
1 Parent(s): b1713de

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):
33
  result = gradio_client.predict(
34
  x,
35
  # str representing input in 'User input' Textbox component
36
- 60,
37
  fn_index=0
38
  )
39
  result = str(result)
 
33
  result = gradio_client.predict(
34
  x,
35
  # str representing input in 'User input' Textbox component
36
+ 80,
37
  fn_index=0
38
  )
39
  result = str(result)