File size: 119 Bytes
87fe2bd
6721269
87fe2bd
107824c
 
 
1
2
3
4
5
6
import gradio
import os

token = os.getenv('hf_token')

gradio.load("spaces/glassLen/prolen", hf_token=token).launch();