ikerua commited on
Commit
b0a9e25
·
unverified ·
1 Parent(s): 0f8398d

Update API_URL to point to the correct endpoint

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import io
6
  # URL de tu API
7
  # Si estás ejecutando esto en local, suele ser http://127.0.0.1:8000
8
  # Si la API está en Render, usa la URL de Render (ej: https://tuproyecto.onrender.com)
9
- API_URL = "needto_replace_with_your_api_url"
10
 
11
  def solicitar_prediccion(image_path):
12
  """
 
6
  # URL de tu API
7
  # Si estás ejecutando esto en local, suele ser http://127.0.0.1:8000
8
  # Si la API está en Render, usa la URL de Render (ej: https://tuproyecto.onrender.com)
9
+ API_URL = "https://predictor-api-lab3.onrender.com"
10
 
11
  def solicitar_prediccion(image_path):
12
  """