Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ HF_ID = os.environ.get("HF_ID")
|
|
| 9 |
HF_REPO_BACKEND = os.environ.get("HF_REPO_BACKEND")
|
| 10 |
|
| 11 |
#If the URL has underscore the Endpoint will not work. so convert it to hyphen
|
| 12 |
-
endpoint_root_url = f"https://{HF_ID}-{HF_REPO_BACKEND}".replace("_", "-") + ".hf.
|
| 13 |
|
| 14 |
# Set the title of the Streamlit app
|
| 15 |
st.title("Airbnb Rental Price Prediction")
|
|
|
|
| 9 |
HF_REPO_BACKEND = os.environ.get("HF_REPO_BACKEND")
|
| 10 |
|
| 11 |
#If the URL has underscore the Endpoint will not work. so convert it to hyphen
|
| 12 |
+
endpoint_root_url = f"https://{HF_ID}-{HF_REPO_BACKEND}".replace("_", "-") + ".hf.space"
|
| 13 |
|
| 14 |
# Set the title of the Streamlit app
|
| 15 |
st.title("Airbnb Rental Price Prediction")
|