Chris4K commited on
Commit
49a8cb1
·
verified ·
1 Parent(s): cfb8c01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ print("-----")
137
  #agent.token = "Bearer xxx"
138
  #print(agent.token)
139
  #agent.run("Answer the following question", question ="what is the capitol of the usa?", context="The capitol of the usa is London")
140
- #agent.chat("Draw me a picture of rivers and lakes")
141
 
142
  #agent.chat("Transform the picture so that there is a rock in there")
143
 
 
137
  #agent.token = "Bearer xxx"
138
  #print(agent.token)
139
  #agent.run("Answer the following question", question ="what is the capitol of the usa?", context="The capitol of the usa is London")
140
+ agent.chat("Draw me a picture of rivers and lakes")
141
 
142
  #agent.chat("Transform the picture so that there is a rock in there")
143