Update app.py
Browse files
app.py
CHANGED
|
@@ -320,13 +320,13 @@ if __name__ == "__main__":
|
|
| 320 |
|
| 321 |
# μλ² μμ
|
| 322 |
print("\nπ μλ²λ₯Ό μμν©λλ€...")
|
| 323 |
-
print("π API λ¬Έμ: http://localhost:
|
| 324 |
-
print("π¬ Gradio UI: http://localhost:
|
| 325 |
-
print("π§ API μλν¬μΈνΈ: http://localhost:
|
| 326 |
|
| 327 |
uvicorn.run(
|
| 328 |
app,
|
| 329 |
host="0.0.0.0",
|
| 330 |
-
port=
|
| 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 |
)
|