Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import requests
|
3 |
|
4 |
# FastAPI endpoint URL
|
5 |
-
API_URL = "https://molinari135-product-return-prediction-api.hf.space/predict"
|
6 |
|
7 |
|
8 |
# Gradio Interface function
|
|
|
2 |
import requests
|
3 |
|
4 |
# FastAPI endpoint URL
|
5 |
+
API_URL = "https://molinari135-product-return-prediction-api.hf.space/predict/"
|
6 |
|
7 |
|
8 |
# Gradio Interface function
|