Spaces:
Runtime error
Runtime error
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 = """ | |
<p> | |
<center> | |
Big THX at Merve for this great and first Modell by Bart.. | |
<img src="https://huggingface.co/spaces/EinfachAilex/einfach.prompt/blob/main/cover.png" alt="rick" width="250"/> | |
</center> | |
</p> | |
""" | |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1907.06616' target='_blank'>Recipes for building an open-domain chatbot</a></p><p style='text-align: center'><a href='https://parl.ai/projects/recipes/' target='_blank'>Original PARLAI Code</a></p></center></p>" | |
iface.launch(share=True) | |