Tonic commited on
Commit
61bca16
·
1 Parent(s): 66e5aa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,8 +14,7 @@ def Tulu(user_input):
14
  0.9, # Top-p (nucleus sampling)
15
  0.9, # Repetition penalty
16
  False,
17
- fn_index=0,
18
- api_name="/tulu"
19
  )
20
  return result
21
  except Exception as e:
 
14
  0.9, # Top-p (nucleus sampling)
15
  0.9, # Repetition penalty
16
  False,
17
+ fn_index=0
 
18
  )
19
  return result
20
  except Exception as e: