Spaces:
Runtime error
Runtime error
fix: just a test that it didn't work obviously
Browse files
app.py
CHANGED
|
@@ -512,7 +512,6 @@ class InferenceClientUS(InferenceClient):
|
|
| 512 |
|
| 513 |
client = InferenceClientUS(
|
| 514 |
API_URL,
|
| 515 |
-
revision=REVISION,
|
| 516 |
headers={"Authorization": f"Bearer {HF_TOKEN}"},
|
| 517 |
)
|
| 518 |
|
|
|
|
| 512 |
|
| 513 |
client = InferenceClientUS(
|
| 514 |
API_URL,
|
|
|
|
| 515 |
headers={"Authorization": f"Bearer {HF_TOKEN}"},
|
| 516 |
)
|
| 517 |
|