Spaces:
Sleeping
Sleeping
DuckDuckGo execution test end
Browse files
app.py
CHANGED
@@ -179,5 +179,4 @@ if __name__ == "__main__":
|
|
179 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
180 |
|
181 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
182 |
-
print(DuckDuckGo("Who is the president of France?"))
|
183 |
demo.launch(debug=True, share=False)
|
|
|
179 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
180 |
|
181 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
|
|
182 |
demo.launch(debug=True, share=False)
|