richardkimsm89 commited on
Commit
9df2760
·
verified ·
1 Parent(s): dc3a5c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -68,8 +68,7 @@ interface = gr.Interface(
68
  inputs="textbox",
69
  outputs="textbox",
70
  title="Storyteller with Gemma",
71
- description="Tell me a story starter and I'll continue it using Gemma!",
72
- label="Start your story..."
73
  )
74
 
75
  interface.launch()
 
68
  inputs="textbox",
69
  outputs="textbox",
70
  title="Storyteller with Gemma",
71
+ description="Tell me a story starter and I'll continue it using Gemma!"
 
72
  )
73
 
74
  interface.launch()