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
7c2c1ce
·
verified
·
1 Parent(s):
dd3e1e2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -82,7 +82,7 @@ def invoke(openai_api_key, prompt, agent_option):
82
)
83
84
print("#####" + str(result))
85
-
return result
86
87
gr.close_all()
88
82
)
83
84
print("#####" + str(result))
85
+
return
str(
result
)
86
87
gr.close_all()
88