Spaces:
Running
Running
update
Browse files
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)
|