Spaces:
Running
Running
Constantin Orasan
commited on
Commit
•
7328020
1
Parent(s):
8b757ab
Trying to improve the display
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def greet(sentence):
|
|
16 |
|
17 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text",
|
18 |
examples=examples, title="SentencePiece BPE",
|
19 |
-
description="
|
20 |
cache_examples="lazy",
|
21 |
concurrency_limit=30,
|
22 |
css="textarea {font-size: 150%;}")
|
|
|
16 |
|
17 |
demo = gr.Interface(fn=greet, inputs="text", outputs="text",
|
18 |
examples=examples, title="SentencePiece BPE",
|
19 |
+
description="Demo for SentencePiece BPE.",
|
20 |
cache_examples="lazy",
|
21 |
concurrency_limit=30,
|
22 |
css="textarea {font-size: 150%;}")
|