File size: 181 Bytes
1936b02
 
 
 
 
 
79a24ad
1
2
3
4
5
6
7
import gradio as gr
from gradio_client import Client
import os

HF_TOKEN = os.environ.get("HUGGINGFACEHUB_API_TOKEN")

gr.load(name="spaces/TemplarX/NDA", api_key=HF_TOKEN).launch()