Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
|
|
|
|
|
|
|
|
4 |
title = "Prompt Dich weiter mit Einfach.Prompt"
|
5 |
description = """
|
6 |
<p>
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
4 |
+
iface = gr.Interface(fn=deine_funktion, inputs=dein_input, outputs=dein_output)
|
5 |
+
iface.theme = './style.css'
|
6 |
+
iface.launch()
|
7 |
+
|
8 |
title = "Prompt Dich weiter mit Einfach.Prompt"
|
9 |
description = """
|
10 |
<p>
|