Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,9 +13,6 @@ GITHUB_API_BASE_URL = "https://api.github.com/repos"
|
|
13 |
DEFAULT_MODEL = "microsoft/CodeBERT-base"
|
14 |
MAX_RELATED_ISSUES = 3
|
15 |
|
16 |
-
# Hugging Face Inference Client
|
17 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
18 |
-
|
19 |
# Load a pre-trained model for sentence similarity
|
20 |
similarity_model = SentenceTransformer('all-mpnet-base-v2')
|
21 |
|
|
|
13 |
DEFAULT_MODEL = "microsoft/CodeBERT-base"
|
14 |
MAX_RELATED_ISSUES = 3
|
15 |
|
|
|
|
|
|
|
16 |
# Load a pre-trained model for sentence similarity
|
17 |
similarity_model = SentenceTransformer('all-mpnet-base-v2')
|
18 |
|