Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ HF_Token = os.getenv("HF_TOKEN")
|
|
7 |
|
8 |
# Initialize the inference client with a coding specialized model
|
9 |
client = InferenceClient(
|
10 |
-
model="
|
11 |
token=HF_Token
|
12 |
)
|
13 |
|
|
|
7 |
|
8 |
# Initialize the inference client with a coding specialized model
|
9 |
client = InferenceClient(
|
10 |
+
model="HuggingFaceH4/zephyr-7b-beta", # Using StarCoder2 which excels at code generation
|
11 |
token=HF_Token
|
12 |
)
|
13 |
|