DTStudios commited on
Commit
5d9126f
·
verified ·
1 Parent(s): 7195c1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ agent = CodeAgent(
45
  model="gpt-3.5-turbo" # or whatever model is supported
46
  )
47
  demo = GradioUI(
48
- Args=get_weather,
49
  inputs="text",
50
  output="text",
51
  title="DTS Weather Tool",
 
45
  model="gpt-3.5-turbo" # or whatever model is supported
46
  )
47
  demo = GradioUI(
48
+ agent=get_weather,
49
  inputs="text",
50
  output="text",
51
  title="DTS Weather Tool",