import time def generate_scenario(gender): time.sleep(1) return f"I see a {gender} in a coffee shop." def suggest_next_line(history): time.sleep(1) return "So.. what do you do for fun?" def generate_response(history): time.sleep(1) return "Nice to meet you" def transcribe_audio(audio): time.sleep(1) return "I like your face"