mbarnig commited on
Commit
91eaca5
·
verified ·
1 Parent(s): efdb6c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ myInput = gr.Textbox(label='Thema', value='en Toaster deen sech an en Hond verl
43
  myOutput = gr.Textbox(label='Gedicht')
44
 
45
  demo = gr.Interface(
46
- fn=create,
47
  inputs=myInput,
48
  outputs=myOutput,
49
  title=myTitle,
 
43
  myOutput = gr.Textbox(label='Gedicht')
44
 
45
  demo = gr.Interface(
46
+ fn=schreiw_gedicht,
47
  inputs=myInput,
48
  outputs=myOutput,
49
  title=myTitle,