Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as edapp:
|
|
31 |
""")
|
32 |
gr.Interface(
|
33 |
fn=make_seq,
|
34 |
-
inputs=gr.Slider(10, 100),
|
35 |
outputs="text"
|
36 |
)
|
37 |
|
|
|
31 |
""")
|
32 |
gr.Interface(
|
33 |
fn=make_seq,
|
34 |
+
inputs=gr.Slider(10, 100, label = "Sequence Length"),
|
35 |
outputs="text"
|
36 |
)
|
37 |
|