Caleb Goh
Update app.py
fe7e9e8
raw
history blame contribute delete
154 Bytes
import gradio as gr
import os
hf_token = os.environ['token']
demo = gr.load("heze8/Match-With-Reference", hf_token=hf_token, src="spaces")
demo.launch()