freddyaboulton HF Staff commited on
Commit
9076931
·
verified ·
1 Parent(s): 0b1ae9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ stream = Stream(
134
  app = FastAPI()
135
 
136
  @app.post("/telephone/incoming")
137
- async def handle_incoming_call(self, request: Request):
138
  """
139
  Handle incoming telephone calls (e.g., via Twilio).
140
 
 
134
  app = FastAPI()
135
 
136
  @app.post("/telephone/incoming")
137
+ async def handle_incoming_call(request: Request):
138
  """
139
  Handle incoming telephone calls (e.g., via Twilio).
140