farukkwansahnyame commited on
Commit
6023dc4
·
verified ·
1 Parent(s): f9ea9e5

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ product_data = {
73
  # Predict button
74
  if st.button("Predict", type="primary"):
75
  response = requests.post(
76
- "https://farukkwansahnyame-SuperkartBackendZ.hf.space/v1/predict",
77
  json=product_data
78
  )
79
 
 
73
  # Predict button
74
  if st.button("Predict", type="primary"):
75
  response = requests.post(
76
+ "https://farukkwansahnyame-SuperkartBackendY.hf.space/v1/predict",
77
  json=product_data
78
  )
79