Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,7 +91,7 @@ def generate_text(start_text,text_length=100):
|
|
| 91 |
|
| 92 |
|
| 93 |
set_input = gr.Textbox(label = 'Starting words')
|
| 94 |
-
set_len = gr.Slider(1, 1000, step=5,
|
| 95 |
set_output = gr.Textbox(label = 'Generated sentences')
|
| 96 |
|
| 97 |
### configure gradio, detailed can be found at https://www.gradio.app/docs/#i_slider
|
|
|
|
| 91 |
|
| 92 |
|
| 93 |
set_input = gr.Textbox(label = 'Starting words')
|
| 94 |
+
set_len = gr.Slider(1, 1000, step=5, label = 'Text Length')
|
| 95 |
set_output = gr.Textbox(label = 'Generated sentences')
|
| 96 |
|
| 97 |
### configure gradio, detailed can be found at https://www.gradio.app/docs/#i_slider
|