AIlexDev commited on
Commit
e6592c8
·
1 Parent(s): 5e45927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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>