GPT-2-story-gen / app.py
DmitryYarov's picture
Update app.py
91af7d4 verified
raw
history blame
328 Bytes
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()