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

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
- fn=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
+ Args=get_weather,
49
  inputs="text",
50
  output="text",
51
  title="DTS Weather Tool",