Spaces:
Runtime error
Runtime error
Aananda-Giri
commited on
Commit
·
f51e14f
1
Parent(s):
3c630b6
remove value
Browse files
app.py
CHANGED
@@ -368,8 +368,8 @@ with gr.Blocks(title="Nepali GPT-2 Text Generator", css=css) as interface:
|
|
368 |
with gr.Column():
|
369 |
prompt = gr.Textbox(
|
370 |
label="Prompt",
|
371 |
-
placeholder="यहाँ नेपाली मा इन्पुट दिनु होस् ... (please Enter Nepali text here...)"
|
372 |
-
value="रामले भात"
|
373 |
)
|
374 |
max_tokens = gr.Slider(minimum=1, maximum=512, value=50, step=1, label="Max New Tokens")
|
375 |
|
|
|
368 |
with gr.Column():
|
369 |
prompt = gr.Textbox(
|
370 |
label="Prompt",
|
371 |
+
placeholder="यहाँ नेपाली मा इन्पुट दिनु होस् ... (please Enter Nepali text here...)" #,
|
372 |
+
# value="रामले भात"
|
373 |
)
|
374 |
max_tokens = gr.Slider(minimum=1, maximum=512, value=50, step=1, label="Max New Tokens")
|
375 |
|