Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
agentic-ai
like
2
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
bstraehle
commited on
May 26, 2024
Commit
dd3e1e2
·
verified
·
1 Parent(s):
403ae8c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -81,6 +81,7 @@ def invoke(openai_api_key, prompt, agent_option):
81
end_time_ms
82
)
83
84
return result
85
86
gr.close_all()
81
end_time_ms
82
)
83
84
+
print("#####" + str(result))
85
return result
86
87
gr.close_all()