Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.load(
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.load("models/rinna/japanese-gpt-neox-3.6b-instruction-sft",
|
4 |
+
examples=[["こんにちは、私の名前はRinnaです"]],
|
5 |
+
title='Rinna日本語モデルのテスト'
|
6 |
+
).launch()
|