sam522 commited on
Commit
9cc226c
·
1 Parent(s): fc96461
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -30,4 +30,9 @@ alfred = CodeAgent(
30
  )
31
 
32
  if __name__ == "__main__":
33
- GradioUI(alfred).launch()
 
 
 
 
 
 
30
  )
31
 
32
  if __name__ == "__main__":
33
+ #GradioUI(alfred).launch()
34
+ # Example query Alfred might receive during the gala
35
+ response = alfred.run("What is Facebook and what's their most popular model?")
36
+
37
+ print("🎩 Alfred's Response:")
38
+ print(response)