Spaces:
Runtime error
Runtime error
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() |