TheXeos's picture
Add some example data and script to load and compute matches
71ea432
raw
history blame
No virus
255 Bytes
import json
import requests
from datasets import load_dataset
import gradio as gr
from huggingface_hub import HfApi, hf_hub_download
from huggingface_hub.repocard import metadata_load
import pandas as pd
from matchmaking import *
block = gr.Blocks()