Rizz / api.py
aliabid94's picture
aliabid94 HF staff
Upload folder using huggingface_hub
2a53e07 verified
raw
history blame
363 Bytes
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"