File size: 160 Bytes
bf0c94d
9dc9cac
bf0c94d
 
2def45e
2f7ec24
1
2
3
4
5
6
import gradio as gr
import os

api_key = os.environ.get("API_KEY")
demo = gr.load("dexmorgan/HKMA_publications", src="spaces", hf_token = api_key)
demo.launch()