aiqtech commited on
Commit
b3f1dd2
Β·
verified Β·
1 Parent(s): 028f75b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -320,13 +320,13 @@ if __name__ == "__main__":
320
 
321
  # μ„œλ²„ μ‹œμž‘
322
  print("\nπŸš€ μ„œλ²„λ₯Ό μ‹œμž‘ν•©λ‹ˆλ‹€...")
323
- print("πŸ“ API λ¬Έμ„œ: http://localhost:8000/docs")
324
- print("πŸ’¬ Gradio UI: http://localhost:8000/gradio")
325
- print("πŸ”§ API μ—”λ“œν¬μΈνŠΈ: http://localhost:8000/chat")
326
 
327
  uvicorn.run(
328
  app,
329
  host="0.0.0.0",
330
- port=8000,
331
  reload=False
332
  )
 
320
 
321
  # μ„œλ²„ μ‹œμž‘
322
  print("\nπŸš€ μ„œλ²„λ₯Ό μ‹œμž‘ν•©λ‹ˆλ‹€...")
323
+ print("πŸ“ API λ¬Έμ„œ: http://localhost:7860/docs")
324
+ print("πŸ’¬ Gradio UI: http://localhost:7860/gradio")
325
+ print("πŸ”§ API μ—”λ“œν¬μΈνŠΈ: http://localhost:7860/chat")
326
 
327
  uvicorn.run(
328
  app,
329
  host="0.0.0.0",
330
+ port=7860,
331
  reload=False
332
  )