File size: 751 Bytes
e30e0ca
 
 
d2b2ee3
 
 
e30e0ca
d2b2ee3
 
 
 
 
 
 
 
 
 
e30e0ca
 
2a6f27f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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()