Spaces:
Runtime error
Runtime error
File size: 110 Bytes
1669ec5 |
1 2 3 4 5 |
import gradio as gr
import os
token = os.getenv("HF_TOKEN")
gr.load("kairunwen/tmp", hf_token=token).launch() |