Chris Alexiuk commited on
Commit
5069dde
·
1 Parent(s): 88f663f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ async def main(message: str):
74
  formatted=template.format(input=message)
75
  )
76
  ],
77
- settings = settings
78
  inputs = {"input" : message}
79
  )
80
 
 
74
  formatted=template.format(input=message)
75
  )
76
  ],
77
+ settings = settings,
78
  inputs = {"input" : message}
79
  )
80