File size: 151 Bytes
d76d7a7
dc5dddd
d76d7a7
67f7693
069f1ba
67f7693
069f1ba
745ec12
 
1
2
3
4
5
6
7
8
9
10
import gradio as gr
import os 

hf_token = os.environ.get("HF_TOKEN")

gr.load("imcapsule/tasomi-capsule", src="models",hf_token=hf_token).launch()