Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.load("models/rinna/japanese-gpt-neox-3.6b-instruction-sft",
|
4 |
-
examples=[["
|
5 |
title='Rinna日本語モデルのテスト'
|
6 |
).launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
gr.load("models/rinna/japanese-gpt-neox-3.6b-instruction-sft",
|
4 |
+
examples=[["ユーザー: 日本でおすすめの料理は?<NL>システム: "]],
|
5 |
title='Rinna日本語モデルのテスト'
|
6 |
).launch()
|