sani903 commited on
Commit
2acd979
·
1 Parent(s): 7a45865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ textbox = gr.Textbox(label="Type Java code snippet:", placeholder="replace varia
232
 
233
  gr.Interface(title = title, description = description, examples = ex, fn=greet, inputs=[
234
  textbox,
235
- gr.Textbox(type="text", label="Number of tokens in name:", placeholder="0 for randomly sampled number of tokens")
236
  ], outputs="text").launch()
237
 
238
 
 
232
 
233
  gr.Interface(title = title, description = description, examples = ex, fn=greet, inputs=[
234
  textbox,
235
+ gr.Textbox(type="text", value = 0, label="Number of tokens in name:", placeholder="0 for randomly sampled number of tokens")
236
  ], outputs="text").launch()
237
 
238