import gradio as gr from transformers import pipeline iface = gr.Interface(fn=deine_funktion, inputs=dein_input, outputs=dein_output) iface.theme = './style.css' iface.launch() title = "Prompt Dich weiter mit Einfach.Prompt" description = """

Big THX at Merve for this great and first Modell by Bart.. rick

""" article = "

Recipes for building an open-domain chatbot

Original PARLAI Code

" iface.launch(share=True)