Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,8 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 49 |
model = HfApiModel(
|
| 50 |
max_tokens=2096,
|
| 51 |
temperature=0.5,
|
| 52 |
-
model_id='
|
|
|
|
| 53 |
custom_role_conversions=None,
|
| 54 |
)
|
| 55 |
|
|
|
|
| 49 |
model = HfApiModel(
|
| 50 |
max_tokens=2096,
|
| 51 |
temperature=0.5,
|
| 52 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 53 |
+
#model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
|
| 54 |
custom_role_conversions=None,
|
| 55 |
)
|
| 56 |
|