File size: 193 Bytes
6a81a9e
 
 
 
 
 
 
 
09bd8ad
1
2
3
4
5
6
7
8
9
import os
import gradio as gr

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

with gr.Blocks() as demo:
    gr.load("chemouda/arome", hf_token=read_key, src="spaces")

demo.launch(show_api=False)