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

Update app.py

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