Constantin Orasan commited on
Commit
7328020
1 Parent(s): 8b757ab

Trying to improve the display

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="This is a demo for SentencePiece BPE.",
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%;}")