File size: 206 Bytes
97d6879
8567634
 
97d6879
8567634
97d6879
 
 
56c4674
1
2
3
4
5
6
7
8
9
10
import os
import gradio as gr

read_key = os.environ.get('HF_TOKEN', None)

with gr.Blocks() as demo:
    gr.load("pilgrim-65/programmatic_buying", hf_token=read_key, src="spaces")

demo.launch(share=True)