xzuyn commited on
Commit
9937e65
·
1 Parent(s): 69c0d24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ def tokenize(input_text):
23
  LLaMa: {len(llama_tokens)}
24
  """
25
 
26
- iface = gr.Interface(fn=tokenize, inputs=gr.inputs.Textbox(lines=7), outputs="text")
27
  iface.launch()
 
23
  LLaMa: {len(llama_tokens)}
24
  """
25
 
26
+ iface = gr.Interface(fn=tokenize, inputs=gr.Textbox(lines=7), outputs="text")
27
  iface.launch()