Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| import os | |
| token = os.environ.get('HF_TOKEN') | |
| with gr.Blocks() as demo: | |
| gr.load(name="spaces/JoPmt/Seekdeep_tstng_agn_6", hf_token=token) | |
| demo.launch() |