Spaces:
Sleeping
Sleeping
Upload inference.py with huggingface_hub
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -33,7 +33,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", "")
|
|
| 33 |
# Environment URL (the deployed HF Space)
|
| 34 |
ENV_URL = os.environ.get(
|
| 35 |
"ENV_URL",
|
| 36 |
-
"https://
|
| 37 |
)
|
| 38 |
|
| 39 |
BENCHMARK_NAME = "bug_report_structuring"
|
|
|
|
| 33 |
# Environment URL (the deployed HF Space)
|
| 34 |
ENV_URL = os.environ.get(
|
| 35 |
"ENV_URL",
|
| 36 |
+
"https://rahul-13-bug-report-structuring-env.hf.space"
|
| 37 |
)
|
| 38 |
|
| 39 |
BENCHMARK_NAME = "bug_report_structuring"
|