ysharma's picture
ysharma HF Staff
Update app.py
6ec3cc5 verified
raw
history blame contribute delete
141 Bytes
import gradio as gr
import os
HF_TOKEN = os.getenv("HF_TOKEN")
gr.load("ysharma/test-hidden-code", src="spaces",hf_token=HF_TOKEN).launch()