Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
100XZX001
/
code-review-openenv
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
100XZX001
commited on
Mar 28
Commit
a45fbee
·
verified
·
1 Parent(s):
63a2c32
Create client.py
Browse files
Files changed (1)
hide
show
client.py
+2
-0
client.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
from environment import CodeReviewEnv
2
+
__all__ = ["CodeReviewEnv"]