Aananda-Giri commited on
Commit
f46b79b
·
1 Parent(s): f51488b

changed tokenizer

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -369,7 +369,7 @@ with gr.Blocks(title="Nepali GPT-2 Text Generator", css=css) as interface:
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
 
 
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