Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
bedrock
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
Feb 4
Commit
0330f37
·
verified
·
1 Parent(s):
4526113
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -57,6 +57,10 @@ def invoke(prompt):
57
completion = e
58
59
raise gr.Error(e)
60
61
return completion
62
57
completion = e
58
59
raise gr.Error(e)
60
+
61
+
print("---")
62
+
print(completion)
63
+
print("---")
64
65
return completion
66