mbarnig commited on
Commit
c6afcba
·
verified ·
1 Parent(s): c78cb84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Toaster deen sech an en Hond verléift huet, skurril, traureg')
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(