Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
tensorgirl/Chatbot-API
tensorgirl
/
CodeReviewAutomation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tensorgirl
commited on
May 21, 2024
Commit
4d3315f
·
verified
·
1 Parent(s):
45481c8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -54,6 +54,5 @@ def predict(item):
54
)
55
56
57
-
input
=
{code:
item
['code']}
58
-
result = crew.kickoff(inputs=inputs)
59
return result
54
)
55
56
57
+
result
=
crew.kickoff(inputs=
item
.dict())
58
return result