ysharma's picture
ysharma HF Staff
Update app.py
efb5375 verified
raw
history blame contribute delete
227 Bytes
import gradio as gr
import os
# HF token to access the private space
HF_TOKEN = os.environ['HF_TOKEN']
# Loading another private space
gr.load("ysharma/agents-mcp-hackathon-tracker", src="spaces",hf_token=HF_TOKEN).launch()