Hjgugugjhuhjggg commited on
Commit
1cb2fbe
·
verified ·
1 Parent(s): 7f3dfcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ async def generate(request: ChatRequest):
178
 
179
  def run_uvicorn():
180
  try:
181
- uvicorn.run(app, host="0.0.0.0", port=7861)
182
  except Exception as e:
183
  print(f"Error al ejecutar uvicorn: {e}")
184
 
 
178
 
179
  def run_uvicorn():
180
  try:
181
+ uvicorn.run(app, host="0.0.0.0", port=7860)
182
  except Exception as e:
183
  print(f"Error al ejecutar uvicorn: {e}")
184