Spaces:
Running
Running
Update app.py
Browse files
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.
|
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()
|