File size: 171 Bytes
6e0fc75
6438f59
6e0fc75
2ee44f2
64718f8
 
1
2
3
4
5
6
import gradio as gr
import os

HF_TOKEN = os.environ.get("hf_token", None)
print(HF_TOKEN)
gr.load("DataAnalyticsLab/PersianGPT", hf_token=HF_TOKEN, src='models').launch()