File size: 328 Bytes
a970736
91af7d4
 
 
 
 
 
 
 
a970736
91af7d4
a970736
1
2
3
4
5
6
7
8
9
10
11
12
import gradio as gr

description = "Plato answer genearater GPT-2"
title = "Generate your Plato"
examples = [["Скажи мне о Сократ, что такое благо."]]

interface = gr.Interface.load("DmitryYarov/plato_2024_1.0",
            description=description,
            examples=examples
)

interface.launch()