Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def schreiw_gedicht(prompt):
|
|
61 |
except Exception as e:
|
62 |
return f"Error: {str(e)}"
|
63 |
|
64 |
-
myInput = gr.Textbox(label='Geschicht, Idee, Gefill', value='En
|
65 |
myOutput = gr.Textbox(lines=16, label='Gedicht')
|
66 |
|
67 |
demo = gr.Interface(
|
|
|
61 |
except Exception as e:
|
62 |
return f"Error: {str(e)}"
|
63 |
|
64 |
+
myInput = gr.Textbox(label='Geschicht, Idee, Gefill', value='En Hond deen sech an en Toaster verléift huet')
|
65 |
myOutput = gr.Textbox(lines=16, label='Gedicht')
|
66 |
|
67 |
demo = gr.Interface(
|