Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ iface = gr.Interface(
|
|
21 |
fn=generate_text,
|
22 |
inputs=[
|
23 |
gr.Textbox(label="ใใญใณใใ", placeholder="ใใใซๆฅๆฌ่ชใฎใใญใณใใใๅ
ฅๅใใฆใใ ใใ"),
|
24 |
-
gr.Slider(minimum=10, maximum=20000, value=50, step=
|
25 |
],
|
26 |
outputs=gr.Textbox(label="็ๆใใใใใญในใ")
|
27 |
)
|
|
|
21 |
fn=generate_text,
|
22 |
inputs=[
|
23 |
gr.Textbox(label="ใใญใณใใ", placeholder="ใใใซๆฅๆฌ่ชใฎใใญใณใใใๅ
ฅๅใใฆใใ ใใ"),
|
24 |
+
gr.Slider(minimum=10, maximum=20000, value=50, step=1, label="ๆๅคง้ท")
|
25 |
],
|
26 |
outputs=gr.Textbox(label="็ๆใใใใใญในใ")
|
27 |
)
|