Spaces:
Runtime error
Runtime error
Reducing slider size
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ app = gr.Interface(
|
|
112 |
description = description,
|
113 |
label = 'Article content or paragraph',
|
114 |
fn = clickbait_generator,
|
115 |
-
inputs=["text", gr.Slider(0,
|
116 |
outputs="text",
|
117 |
article=article,
|
118 |
)
|
|
|
112 |
description = description,
|
113 |
label = 'Article content or paragraph',
|
114 |
fn = clickbait_generator,
|
115 |
+
inputs=["text", gr.Slider(0, 15, step=0.1, value=5.0)],
|
116 |
outputs="text",
|
117 |
article=article,
|
118 |
)
|