Spaces:
Running
Running
Update app.py
Browse files
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=
|
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,
|