IPF commited on
Commit
a1d0f90
·
verified ·
1 Parent(s): 2c18099

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def check_vllm_service() -> bool:
118
  def get_vllm_status() -> str:
119
  """Get vLLM service status message"""
120
  if check_vllm_service():
121
- return "🟢 vLLM service deployed on Lambda"
122
  else:
123
  return "⚠️ vLLM service not running"
124
 
 
118
  def get_vllm_status() -> str:
119
  """Get vLLM service status message"""
120
  if check_vllm_service():
121
+ return " vLLM service deployed"
122
  else:
123
  return "⚠️ vLLM service not running"
124