File size: 243 Bytes
0a7a54b
 
18f4dc8
3eff575
18f4dc8
 
1
2
3
4
5
6
import gradio as gr

gr.load("models/rinna/japanese-gpt-neox-3.6b-instruction-sft",
       examples=[["ユーザー: 日本でおすすめの料理は?<NL>システム: "]],
      title='Rinna日本語モデルのテスト'
       ).launch()