Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|