Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
111 Bytes
json.extract! user, :id, :username, :fname, :bio
json.photoUrl url_for(user.photo) if user.photo.attached?