Spaces:
Sleeping
Sleeping
Commit
·
08ebeb5
1
Parent(s):
bae31cb
Change default model URL
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ st.title("Loan application model example")
|
|
29 |
def get_model_url():
|
30 |
model_url = st.text_area(
|
31 |
"Model URL (without the /explain endpoint, default is the demo deployment)",
|
32 |
-
"https://api.app.deeploy.ml/workspaces/
|
33 |
height=125,
|
34 |
)
|
35 |
elems = model_url.split("/")
|
|
|
29 |
def get_model_url():
|
30 |
model_url = st.text_area(
|
31 |
"Model URL (without the /explain endpoint, default is the demo deployment)",
|
32 |
+
"https://api.app.deeploy.ml/workspaces/708b5808-27af-461a-8ee5-80add68384c7/deployments/dc8c359d-5f61-4107-8b0f-de97ec120289/",
|
33 |
height=125,
|
34 |
)
|
35 |
elems = model_url.split("/")
|