Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,6 @@ demo = gr.Interface(
|
|
41 |
description="Enter a sentence or use one of the example sentences below to see how different tokenizers work.",
|
42 |
examples=examples, # Provide examples that apply to the text input field
|
43 |
allow_flagging=False,
|
44 |
-
cache_examples=False # Disable example caching
|
45 |
|
46 |
-
)
|
|
|
|
41 |
description="Enter a sentence or use one of the example sentences below to see how different tokenizers work.",
|
42 |
examples=examples, # Provide examples that apply to the text input field
|
43 |
allow_flagging=False,
|
|
|
44 |
|
45 |
+
)
|
46 |
+
demo.launch()
|