File size: 168 Bytes
3644a6d
56d98ec
3644a6d
56d98ec
 
 
1
2
3
4
5
6
import gradio as gr
import os

HF_TOKEN = os.environ.get("HF_TOKEN", None)

gr.Interface.load("models/DataAnalyticsLab/PersianGPT-FT-Grover", api_key=HF_TOKEN).launch()