Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ load_dotenv()
|
|
| 16 |
mcp = FastMCP(
|
| 17 |
name="PokemonBattleAgent",
|
| 18 |
host="0.0.0.0",
|
| 19 |
-
port=
|
| 20 |
)
|
| 21 |
|
| 22 |
# --- Global state for current user session ---
|
|
|
|
| 16 |
mcp = FastMCP(
|
| 17 |
name="PokemonBattleAgent",
|
| 18 |
host="0.0.0.0",
|
| 19 |
+
port=7860,
|
| 20 |
)
|
| 21 |
|
| 22 |
# --- Global state for current user session ---
|