Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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-
|
| 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 |
|